1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

Fix BOOL introduced by last commit

This commit is contained in:
Alexander Bokovoy 2008-01-29 18:01:23 +03:00
parent 5efb57d904
commit 8afb7133e9

View 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 */