Fix BOOL introduced by last commit
authorAlexander Bokovoy <ab@samba.org>
Tue, 29 Jan 2008 15:01:23 +0000 (18:01 +0300)
committerAlexander Bokovoy <ab@samba.org>
Tue, 29 Jan 2008 15:01:23 +0000 (18:01 +0300)
source/smbd/dmapi.c

index 8d43e0a9d1e9f51aa23c6a3a60560f3f7b6c1227..fab0d5f9ef404015442c7ea268275695f0b38fdf 100644 (file)
@@ -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 */