glib-aux: fix nm_ref_string_equal_str()
Fix comparison with a NULL string.
The only current caller is nm-supplicant-interface.c, and this bug causes a missing cleanup of the CurrentBSS property on disconnect.
Fixes: ac8c3a71 ('glib-aux: improve nm_ref_string_equals_str() to work for non-C-strings')