r1325: Always use GetTimeOfDay() (wrapper). Ensure ldap replication
[ira/wip.git] / source3 / smbd / notify.c
index ca6f2b783f2567c4c3eb80906eefde3c526c2fe6..9adf827c794d79d43fda49c8ea957d2febfec2d5 100644 (file)
@@ -199,7 +199,7 @@ BOOL change_notify_set(char *inbuf, files_struct *fsp, connection_struct *conn,
        DLIST_ADD(change_notify_list, cnbp);
 
        /* Push the MID of this packet on the signing queue. */
-       srv_defer_sign_response(SVAL(inbuf,smb_mid), True);
+       srv_defer_sign_response(SVAL(inbuf,smb_mid));
 
        return True;
 }