diff options
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/reply.c | 1 |
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; |