1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

Missing return in free_privilege()

(This used to be commit b35d90cd89)
This commit is contained in:
Tim Potter 2001-11-30 00:46:40 +00:00
parent ed7feb560b
commit 0d5f30fe5f

View File

@ -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;
}
/****************************************************************************