From 52c16c95e6e6fa17a7e440b77afdccfd9a7295c9 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Tue, 29 Jan 2008 18:01:23 +0300 Subject: Fix BOOL introduced by last commit (This used to be commit 8afb7133e956ec963ac55720fb297b4d5b44702c) --- source3/smbd/dmapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd/dmapi.c') diff --git a/source3/smbd/dmapi.c b/source3/smbd/dmapi.c index 8d43e0a9d1..fab0d5f9ef 100644 --- a/source3/smbd/dmapi.c +++ b/source3/smbd/dmapi.c @@ -198,7 +198,7 @@ bool dmapi_have_session(void) session you are using is invalid. This destroys the existing session and creates a new one. */ -BOOL dmapi_new_session(void) +bool dmapi_new_session(void) { if (dmapi_have_session()) { /* try to destroy the old one - this may not succeed */ -- cgit