From d636d65bcc95f4bcaf9e20807b5d954b662e69c9 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 13 May 1998 05:02:31 +0000 Subject: initialise a variable (This used to be commit 1c052f8744c3f1f64638eb4c0ea7b0db39d50040) --- source3/passdb/smbpass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/passdb') diff --git a/source3/passdb/smbpass.c b/source3/passdb/smbpass.c index 9d20987dba..a817933188 100644 --- a/source3/passdb/smbpass.c +++ b/source3/passdb/smbpass.c @@ -98,7 +98,7 @@ static BOOL pw_file_lock(int fd, int type, int secs, int *plock_depth) static BOOL pw_file_unlock(int fd, int *plock_depth) { - BOOL ret; + BOOL ret=True; if(*plock_depth == 1) ret = do_pw_lock(fd, 5, F_UNLCK); -- cgit