From 1f6fc3988d452c247a6375d05a924228d73cec66 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Wed, 6 Dec 2000 01:47:06 +0000 Subject: Fixed compiler warning. (This used to be commit 5e81151e53300a8c58adca09d02d0b075a13c322) --- source3/smbd/vfs-wrap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/smbd/vfs-wrap.c') diff --git a/source3/smbd/vfs-wrap.c b/source3/smbd/vfs-wrap.c index ff150b4e40..9007eb3b6d 100644 --- a/source3/smbd/vfs-wrap.c +++ b/source3/smbd/vfs-wrap.c @@ -467,10 +467,10 @@ int vfswrap_ftruncate(files_struct *fsp, int fd, SMB_OFF_T len) if(vfs_ops->lseek(fsp, currpos, SEEK_SET) != currpos) { goto done; } -#endif - done: +#endif + END_PROFILE(syscall_ftruncate); return result; } -- cgit