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:
parent
5efb57d904
commit
8afb7133e9
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user