r25135: Remove one END_PROFILE(SMBntcreateX) from call_nt_transact_create() which
authorGünther Deschner <gd@samba.org>
Thu, 13 Sep 2007 16:48:46 +0000 (16:48 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:30:43 +0000 (12:30 -0500)
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

index c40fbc763c586bcb6e2265962cb4a45848b9a6a7..452533629c33c8c1e3aa60b9a6b3e16863bc7a38 100644 (file)
@@ -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);