[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
[gd/samba/.git] / source3 / smbd / srvstr.c
index fbcf249ffb187b8e1893c09af4774d94707aecbd..68e61033ae1a30b482073a53ca62fb534a52afef 100644 (file)
@@ -79,7 +79,7 @@ ssize_t message_push_string(uint8 **outbuf, const char *str, int flags)
                DEBUG(0, ("srvstr_push failed\n"));
                return -1;
        }
-       set_message_bcc(NULL, (char *)tmp, smb_buflen(tmp) + result);
+       set_message_bcc((char *)tmp, smb_buflen(tmp) + result);
 
        *outbuf = tmp;