diff options
author | Guido Günther <agx@sigxcpu.org> | 2010-06-19 15:27:57 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2010-06-19 15:27:57 +0200 |
commit | daedd98264fd9aa755f3122d46ce27f93e08cfca (patch) | |
tree | 482a9e1683593e017f49a1fecb230c87c038f22b /src/ka-gconf.c | |
parent | Imported Upstream version 0.16~rc1 (diff) | |
download | krb5-auth-dialog-daedd98264fd9aa755f3122d46ce27f93e08cfca.tar.gz krb5-auth-dialog-daedd98264fd9aa755f3122d46ce27f93e08cfca.tar.bz2 krb5-auth-dialog-daedd98264fd9aa755f3122d46ce27f93e08cfca.zip |
Imported Upstream version 0.16~rc2
Diffstat (limited to 'src/ka-gconf.c')
-rw-r--r-- | src/ka-gconf.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ka-gconf.c b/src/ka-gconf.c index 10ef703..4e3d1aa 100644 --- a/src/ka-gconf.c +++ b/src/ka-gconf.c @@ -202,10 +202,10 @@ ka_gconf_init (KaApplet* applet) ka_gconf_set_tgt_renewable(client, applet); ka_gconf_set_tgt_proxiable(client, applet); out: - if(error) { + if (error) { client = NULL; - g_print ("%s", error->message); - g_error_free (error); + g_warning ("%s", error->message); + g_clear_error (&error); } return client; } |