service-client: Fix comparison against zero
g_variant_n_children() is unsigned, so comparing < 0 will always be false; this looks like a typo for <= 0, which would avoid allocating the GVariantIter unnecessarily. Spotted by Coverity (CID: #78509). https://bugs.freedesktop.org/show_bug.cgi?id=94669
Please register or sign in to comment