mirror of
https://github.com/samba-team/samba.git
synced 2025-11-28 12:23:49 +03:00
Missing return in free_privilege()
This commit is contained in:
@@ -260,6 +260,8 @@ BOOL free_privilege(PRIVILEGE_SET *priv_set)
|
||||
priv_set->count=0;
|
||||
priv_set->control=0;
|
||||
priv_set->set=NULL;
|
||||
|
||||
return True;
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user