From: Michael Adam Date: Sat, 18 Feb 2012 17:16:10 +0000 (+0100) Subject: s3:smbd:smb2_create_send: add some debug X-Git-Url: http://git.samba.org/?p=metze%2Fsamba%2Fwip.git;a=commitdiff_plain;h=ee3fe06dfddb1274860cb0f8f5dea06945880452 s3:smbd:smb2_create_send: add some debug --- diff --git a/source3/smbd/smb2_create.c b/source3/smbd/smb2_create.c index 8d2ef178e77e..dd0fe7c31322 100644 --- a/source3/smbd/smb2_create.c +++ b/source3/smbd/smb2_create.c @@ -903,6 +903,8 @@ DEBUG(0, ("OBNOX - dhnc found (%s:%s)\n", __location__, __FUNCTION__)); in_file_attributes &= ~FILE_FLAG_POSIX_SEMANTICS; + DEBUG(5, ("%s: open execution phase\n", __FUNCTION__)); + /* * For the backend file open procedure, there are * two possible modes: durable_reconnect or not. @@ -946,6 +948,8 @@ DEBUG(0, ("OBNOX - durable_reconnect result: %s (%s:%s)\n", nt_errstr(status), _ } } + DEBUG(5, ("%s: response construction phase\n", __FUNCTION__)); + if (mxac) { NTTIME last_write_time;