r14585: Tighten argument list of kerberos_kinit_password again,
[ira/wip.git] / source3 / libads / krb5_setpw.c
index 42ca36f344eaf76e825c17f32ee10ac2c02bdbbf..415c1e92294c111659c9c909e84015824186d280 100644 (file)
@@ -685,7 +685,7 @@ ADS_STATUS kerberos_set_password(const char *kpasswd_server,
 {
     int ret;
 
-    if ((ret = kerberos_kinit_password(auth_principal, auth_password, time_offset, NULL, NULL, NULL, False, 0))) {
+    if ((ret = kerberos_kinit_password(auth_principal, auth_password, time_offset, NULL))) {
        DEBUG(1,("Failed kinit for principal %s (%s)\n", auth_principal, error_message(ret)));
        return ADS_ERROR_KRB5(ret);
     }