system-helper: Minor cleanup

This commit is contained in:
Alexander Larsson
2016-04-26 11:58:29 +02:00
parent 49d84aed94
commit 4734eb95df

View File

@@ -223,8 +223,7 @@ xdg_app_authorize_method_handler (GDBusInterfaceSkeleton *interface,
return FALSE;
}
if (polkit_authorization_result_get_is_authorized (result))
authorized = TRUE;
authorized = polkit_authorization_result_get_is_authorized (result);
}
if (!authorized)