From 1a292def316a3d464dd4ad66dc23aa7cbde33b20 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 13 Sep 2007 16:48:46 +0000 Subject: r25135: Remove one END_PROFILE(SMBntcreateX) from call_nt_transact_create() which appears to be a leftover. Should fix the build with profiling enabled. Jeremy, please check. Guenther (This used to be commit 98f2e10e3f7a86b1b30619a25ee15a489ad10d43) --- source3/smbd/nttrans.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/smbd') diff --git a/source3/smbd/nttrans.c b/source3/smbd/nttrans.c index c40fbc763c..452533629c 100644 --- a/source3/smbd/nttrans.c +++ b/source3/smbd/nttrans.c @@ -1396,7 +1396,6 @@ static void call_nt_transact_create(connection_struct *conn, if (!fname) { reply_nterror( req, NT_STATUS_NO_MEMORY); - END_PROFILE(SMBntcreateX); return; } memcpy(fname, dir_fsp->fsp_name, dir_name_len+1); -- cgit