summaryrefslogtreecommitdiffstats
path: root/source/locking/posix.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-07-02 02:42:41 +0000
committerJeremy Allison <jra@samba.org>2001-07-02 02:42:41 +0000
commita3925cb9c6303ce24e5fecad6c8f3a0ba78b9ee0 (patch)
tree4e167d7006b6679077bc2e0baf0f14151a813a2b /source/locking/posix.c
parent15c64199cb29e2fca6ee7353673dbb3f962e0e24 (diff)
downloadsamba-a3925cb9c6303ce24e5fecad6c8f3a0ba78b9ee0.tar.gz
samba-a3925cb9c6303ce24e5fecad6c8f3a0ba78b9ee0.tar.xz
samba-a3925cb9c6303ce24e5fecad6c8f3a0ba78b9ee0.zip
Fixed the nastiest locking bug to track down.... smb_pids are sent in the
lockingX calls - use that instead of smb_pid in the packet. Jeremy.
Diffstat (limited to 'source/locking/posix.c')
-rw-r--r--source/locking/posix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/locking/posix.c b/source/locking/posix.c
index 9cfe25ed9d5..2a8a7aacd73 100644
--- a/source/locking/posix.c
+++ b/source/locking/posix.c
@@ -25,7 +25,6 @@
#include "includes.h"
extern int DEBUGLEVEL;
-extern int global_smbpid;
/*
* The POSIX locking database handle.