Remove erroneus precondition
authorStef Walter <stefw@gnome.org>
Tue, 10 Jul 2012 19:39:48 +0000 (21:39 +0200)
committerStef Walter <stefw@gnome.org>
Tue, 10 Jul 2012 19:39:48 +0000 (21:39 +0200)
library/secret-paths.c

index 85ec118..2bd2d6f 100644 (file)
@@ -1281,7 +1281,6 @@ secret_service_unlock_dbus_paths_sync (SecretService *self,
        g_return_val_if_fail (SECRET_IS_SERVICE (self), -1);
        g_return_val_if_fail (paths != NULL, -1);
        g_return_val_if_fail (cancellable == NULL || G_IS_CANCELLABLE (cancellable), -1);
-       g_return_val_if_fail (unlocked != NULL, -1);
        g_return_val_if_fail (error == NULL || *error == NULL, -1);
 
        sync = _secret_sync_new ();