r13316: Let the carnage begin....
[kai/samba.git] / source / libsmb / cliconnect.c
index 7c15c8d19f2da4a61b0443d072ecdfd6cbce8672..6f32fb1b5d417daaa7f853decfcadd674ba3f7df 100644 (file)
@@ -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);
+                       ret = kerberos_kinit_password(user, pass, 0 /* no time correction for now */, NULL, NULL, NULL, False, 0);
                        
                        if (ret){
                                SAFE_FREE(principal);