]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r21779: I missd a call to krb5_get_init_creds_opt_alloc in r21778.
authorJames Peach <jpeach@samba.org>
Fri, 9 Mar 2007 19:28:35 +0000 (19:28 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:18:32 +0000 (12:18 -0500)
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);