summaryrefslogtreecommitdiff
path: root/source3/smbd/reply.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/smbd/reply.c')
-rw-r--r--source3/smbd/reply.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c
index e64875a805..fd4ff23461 100644
--- a/source3/smbd/reply.c
+++ b/source3/smbd/reply.c
@@ -1034,7 +1034,7 @@ int reply_chkpth(connection_struct *conn, char *inbuf,char *outbuf, int dum_size
BOOL ok = False;
BOOL bad_path = False;
SMB_STRUCT_STAT st;
- START_PROFILE(SMBchkpth_count);
+ START_PROFILE(SMBchkpth);
pstrcpy(name,smb_buf(inbuf) + 1);