summaryrefslogtreecommitdiffstats
path: root/source/libsmb
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-03-20 19:05:44 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:15:38 -0500
commitafc519530f94b420b305fc28f83c16db671d0d7f (patch)
treeacd3068a668742ba16b880579c91fcc243f3c3db /source/libsmb
parent1829d22720612b0e61cec7e66d7cba46c04160b9 (diff)
downloadsamba-afc519530f94b420b305fc28f83c16db671d0d7f.tar.gz
samba-afc519530f94b420b305fc28f83c16db671d0d7f.tar.xz
samba-afc519530f94b420b305fc28f83c16db671d0d7f.zip
r14585: Tighten argument list of kerberos_kinit_password again,
kerberos_kinit_password_ext provides access to more options. Guenther
Diffstat (limited to 'source/libsmb')
-rw-r--r--source/libsmb/cliconnect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/libsmb/cliconnect.c b/source/libsmb/cliconnect.c
index 4c6b890db0f..48885f19d84 100644
--- a/source/libsmb/cliconnect.c
+++ b/source/libsmb/cliconnect.c
@@ -756,7 +756,7 @@ ADS_STATUS cli_session_setup_spnego(struct cli_state *cli, const char *user,
int ret;
use_in_memory_ccache();
- ret = kerberos_kinit_password(user, pass, 0 /* no time correction for now */, NULL, NULL, NULL, False, 0);
+ ret = kerberos_kinit_password(user, pass, 0 /* no time correction for now */, NULL);
if (ret){
SAFE_FREE(principal);