summaryrefslogtreecommitdiff
path: root/source3/passdb/smbpassfile.c
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-05-18 14:17:47 +0000
committerLuke Leighton <lkcl@samba.org>1998-05-18 14:17:47 +0000
commit646ab2b0a773592a5973ce78fecfb24b39aa2506 (patch)
treeab0b0bea789a68923fbb4de508b4ce528dc74c8e /source3/passdb/smbpassfile.c
parent648ceb2f2ed5c9c029cf85f22f0dfccdd915ab12 (diff)
downloadsamba-646ab2b0a773592a5973ce78fecfb24b39aa2506.tar.gz
samba-646ab2b0a773592a5973ce78fecfb24b39aa2506.tar.bz2
samba-646ab2b0a773592a5973ce78fecfb24b39aa2506.zip
resolving compilation errors
(This used to be commit dea0c06eec44a7c2860f97d8f23584d30e482e0a)
Diffstat (limited to 'source3/passdb/smbpassfile.c')
-rw-r--r--source3/passdb/smbpassfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/passdb/smbpassfile.c b/source3/passdb/smbpassfile.c
index dfd5931a72..c9d030f529 100644
--- a/source3/passdb/smbpassfile.c
+++ b/source3/passdb/smbpassfile.c
@@ -22,6 +22,7 @@
extern int DEBUGLEVEL;
static int gotalarm;
+int pw_file_lock_depth = 0;
/***************************************************************
Signal function to tell us we timed out.
@@ -63,7 +64,6 @@ BOOL do_file_lock(int fd, int waitsecs, int type)
return (ret == 0);
}
-static int pw_file_lock_depth;
/***************************************************************
Lock an fd. Abandon after waitsecs seconds.