[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-2859-g4394235

Volker Lendecke vlendec at samba.org
Tue Jun 17 08:47:40 GMT 2008


The branch, v3-3-test has been updated
       via  4394235378f85ccb911d662d95f1545a14240bdf (commit)
      from  9d69a809e370f98057e514a3c755b0b86ee5f610 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit 4394235378f85ccb911d662d95f1545a14240bdf
Author: Volker Lendecke <vl at samba.org>
Date:   Tue Jun 17 10:46:20 2008 +0200

    Add some debug to notify

-----------------------------------------------------------------------

Summary of changes:
 source/smbd/notify.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/smbd/notify.c b/source/smbd/notify.c
index eb3384d..139dfe7 100644
--- a/source/smbd/notify.c
+++ b/source/smbd/notify.c
@@ -114,6 +114,9 @@ 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;
 		}
 	}
@@ -256,6 +259,9 @@ 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);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list