summaryrefslogtreecommitdiffstats
path: root/source3/smbd/dmapi.c
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2008-01-29 18:01:23 +0300
committerAlexander Bokovoy <ab@samba.org>2008-01-29 18:01:23 +0300
commit52c16c95e6e6fa17a7e440b77afdccfd9a7295c9 (patch)
tree172d04b5f2afc82c150d320aafc55ce1ea47b01f /source3/smbd/dmapi.c
parent28b27bfd40d1bfbebaa9f8026efdf169d7bc6b29 (diff)
downloadsamba-52c16c95e6e6fa17a7e440b77afdccfd9a7295c9.tar.gz
samba-52c16c95e6e6fa17a7e440b77afdccfd9a7295c9.tar.xz
samba-52c16c95e6e6fa17a7e440b77afdccfd9a7295c9.zip
Fix BOOL introduced by last commit
(This used to be commit 8afb7133e956ec963ac55720fb297b4d5b44702c)
Diffstat (limited to 'source3/smbd/dmapi.c')
-rw-r--r--source3/smbd/dmapi.c2
1 files changed, 1 insertions, 1 deletions
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 */