1
0
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:
Tim Potter
-
parent 518084a70d
commit b35d90cd89

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