summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2007-12-11 10:59:07 -0500
committerSimo Sorce <ssorce@redhat.com>2007-12-11 10:59:07 -0500
commit06140245660d4d68a155796418e80867ce853be4 (patch)
tree87a07ef26ea41af949275ed5c3feddb642fe6464
parent463a0462d3bbd5491ab70befdb0e559f8dd7872a (diff)
downloadfreeipa-06140245660d4d68a155796418e80867ce853be4.tar.gz
freeipa-06140245660d4d68a155796418e80867ce853be4.tar.xz
freeipa-06140245660d4d68a155796418e80867ce853be4.zip
Minor fix
-rw-r--r--ipa-server/ipa-kpasswd/ipa_kpasswd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-server/ipa-kpasswd/ipa_kpasswd.c b/ipa-server/ipa-kpasswd/ipa_kpasswd.c
index 99dfe678f..ccd17c1f0 100644
--- a/ipa-server/ipa-kpasswd/ipa_kpasswd.c
+++ b/ipa-server/ipa-kpasswd/ipa_kpasswd.c
@@ -306,7 +306,7 @@ int ldap_pwd_change(char *client_name, char *realm_name, krb5_data pwd, char **e
LDAPControl **srvctrl = NULL;
char *exterr1 = NULL;
char *exterr2 = NULL;
- char *err;
+ char *err = NULL;
int msgid;
int ret, rc;