diff options
Diffstat (limited to 'source/smbd/notify.c')
-rw-r--r-- | source/smbd/notify.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source/smbd/notify.c b/source/smbd/notify.c index 139dfe7d5b..eb3384d9a4 100644 --- a/source/smbd/notify.c +++ b/source/smbd/notify.c @@ -114,9 +114,6 @@ static bool notify_marshall_changes(int num_changes, if (prs_offset(ps) > max_offset) { /* Too much data for client. */ - DEBUG(10, ("Client only wanted %d bytes, trying to " - "marshall %d bytes\n", (int)max_offset, - (int)prs_offset(ps))); return False; } } @@ -259,9 +256,6 @@ NTSTATUS change_notify_add_request(const struct smb_request *req, struct notify_change_request *request = NULL; struct notify_mid_map *map = NULL; - DEBUG(10, ("change_notify_add_request: Adding request for %s: " - "max_param = %d\n", fsp->fsp_name, (int)max_param)); - if (!(request = SMB_MALLOC_P(struct notify_change_request)) || !(map = SMB_MALLOC_P(struct notify_mid_map))) { SAFE_FREE(request); |