summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */