mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
Fix BOOL introduced by last commit
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user