diff options
author | Alexander Bokovoy <ab@samba.org> | 2008-01-29 18:01:23 +0300 |
---|---|---|
committer | Alexander Bokovoy <ab@samba.org> | 2008-01-29 18:01:23 +0300 |
commit | 52c16c95e6e6fa17a7e440b77afdccfd9a7295c9 (patch) | |
tree | 172d04b5f2afc82c150d320aafc55ce1ea47b01f /source3/smbd/dmapi.c | |
parent | 28b27bfd40d1bfbebaa9f8026efdf169d7bc6b29 (diff) | |
download | samba-52c16c95e6e6fa17a7e440b77afdccfd9a7295c9.tar.gz |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/dmapi.c b/source3/smbd/dmapi.c index 8d43e0a9d1e..fab0d5f9ef4 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 */ |