svn commit: samba r20878 - in branches/SAMBA_3_0/source/smbd: .

vlendec at samba.org vlendec at samba.org
Thu Jan 18 15:51:52 GMT 2007


Author: vlendec
Date: 2007-01-18 15:51:51 +0000 (Thu, 18 Jan 2007)
New Revision: 20878

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=20878

Log:
Fix build with --enable-profiling
Modified:
   branches/SAMBA_3_0/source/smbd/nttrans.c


Changeset:
Modified: branches/SAMBA_3_0/source/smbd/nttrans.c
===================================================================
--- branches/SAMBA_3_0/source/smbd/nttrans.c	2007-01-18 12:49:59 UTC (rev 20877)
+++ branches/SAMBA_3_0/source/smbd/nttrans.c	2007-01-18 15:51:51 UTC (rev 20878)
@@ -1283,7 +1283,6 @@
 		if ((dos_mode(conn, fname, &sbuf) & FILE_ATTRIBUTE_READONLY) ||
 				!can_delete_file_in_directory(conn, fname)) {
 			restore_case_semantics(conn, file_attributes);
-			END_PROFILE(SMBntcreateX);
 			return ERROR_NT(NT_STATUS_ACCESS_DENIED);
 		}
 	}



More information about the samba-cvs mailing list