From c9cea2d6247480e0f7c15c50eaa16e41b09b937f Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 29 Sep 2006 15:43:27 +0000 Subject: r19001: Fix comment (This used to be commit 048127f9dd6363dfb3c78369fa2227551b741831) --- source3/smbd/nttrans.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd/nttrans.c') diff --git a/source3/smbd/nttrans.c b/source3/smbd/nttrans.c index 636dc750ea..d41125564c 100644 --- a/source3/smbd/nttrans.c +++ b/source3/smbd/nttrans.c @@ -477,7 +477,7 @@ int reply_ntcreate_and_X(connection_struct *conn, START_PROFILE(SMBntcreateX); - DEBUG(10,("reply_ntcreateX: flags = 0x%x, access_mask = 0x%x \ + DEBUG(10,("reply_ntcreate_and_X: flags = 0x%x, access_mask = 0x%x \ file_attributes = 0x%x, share_access = 0x%x, create_disposition = 0x%x \ create_options = 0x%x root_dir_fid = 0x%x\n", (unsigned int)flags, -- cgit