]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r24071: Fix a missing END_PROFILE call
authorVolker Lendecke <vlendec@samba.org>
Mon, 30 Jul 2007 07:50:24 +0000 (07:50 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:29:01 +0000 (12:29 -0500)
(This used to be commit c9f12326dd1c090bd0ef9bb97c82926c2efd6ae8)

source3/smbd/reply.c

index fd9fc09e5ac06bfc61f45022389db8ca1aeb92dc..c347182b99457304a6c3aa32c8175c07eacf1919 100644 (file)
@@ -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;