summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-07-30 07:50:24 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:29:01 -0500
commitdd98820185b4cdaef7c4e247039b6c1da6600105 (patch)
treeb851d45eaf67910c6436e1775e739f86b17a30ca /source3
parentc1ca4c298bfdba42fc7db9d83514edd33893e7e7 (diff)
downloadsamba-dd98820185b4cdaef7c4e247039b6c1da6600105.tar.gz
samba-dd98820185b4cdaef7c4e247039b6c1da6600105.tar.bz2
samba-dd98820185b4cdaef7c4e247039b6c1da6600105.zip
r24071: Fix a missing END_PROFILE call
(This used to be commit c9f12326dd1c090bd0ef9bb97c82926c2efd6ae8)
Diffstat (limited to 'source3')
-rw-r--r--source3/smbd/reply.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c
index fd9fc09e5a..c347182b99 100644
--- a/source3/smbd/reply.c
+++ b/source3/smbd/reply.c
@@ -2255,6 +2255,7 @@ int reply_unlink(connection_struct *conn, char *inbuf,char *outbuf, int dum_size
status = unlink_internals(conn, &req, dirtype, name,
path_contains_wcard);
if (!NT_STATUS_IS_OK(status)) {
+ END_PROFILE(SMBunlink);
if (open_was_deferred(SVAL(inbuf,smb_mid))) {
/* We have re-scheduled this call. */
return -1;