plugins: fix compilation warnings
authorAlexander Kanavin <alexander.kanavin@intel.com>
Wed, 27 Mar 2013 14:44:39 +0000 (16:44 +0200)
committerAlexander Kanavin <alexander.kanavin@intel.com>
Wed, 27 Mar 2013 14:44:39 +0000 (16:44 +0200)
src/plugins/password/gsignond-password-plugin.c
src/plugins/ssotest/gsignond-ssotest-plugin.c

index a2b418a..cef2039 100644 (file)
@@ -93,8 +93,7 @@ static void gsignond_password_plugin_user_action_finished (
     if (res == FALSE) {
         GError* error = g_error_new(GSIGNOND_ERROR, 
                                 GSIGNOND_ERROR_USER_INTERACTION,
-                                "userActionFinished did not return an error value",
-                                query_error);
+                                "userActionFinished did not return an error value");
         gsignond_plugin_error (self, error); 
         g_error_free(error);
     }
index b8ad379..485f0d9 100644 (file)
@@ -155,8 +155,7 @@ static void gsignond_ssotest_plugin_user_action_finished (
     if (res == FALSE) {
         GError* error = g_error_new(GSIGNOND_ERROR, 
                                 GSIGNOND_ERROR_USER_INTERACTION,
-                                "userActionFinished did not return an error value",
-                                query_error);
+                                "userActionFinished did not return an error value");
         gsignond_plugin_error (plugin, error); 
         g_error_free(error);
     }