I missd a call to krb5_get_init_creds_opt_alloc in r21778.
authorjpeach <jpeach@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Fri, 9 Mar 2007 19:28:35 +0000 (19:28 +0000)
committerjpeach <jpeach@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Fri, 9 Mar 2007 19:28:35 +0000 (19:28 +0000)
git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_0@21779 0c0555d6-39d7-0310-84fc-f1cc0bd64818

source/libads/kerberos.c

index 1c0e85dd557694a6bee05c5dd867d644ba8d98e6..b6627075b02d950d9ab1fc11d8bb1c67f6eec975 100644 (file)
@@ -101,7 +101,7 @@ int kerberos_kinit_password_ext(const char *principal,
                return code;
        }
 
-       code = krb5_get_init_creds_opt_alloc(ctx, &opt);
+       code = smb_krb5_get_init_creds_opt_alloc(ctx, &opt);
        if (code) {
                krb5_cc_close(ctx, cc);
                krb5_free_context(ctx);