mirror of
https://github.com/samba-team/samba.git
synced 2025-12-12 12:23:50 +03:00
Use pidl for _lsa_LookupPrivDisplayName().
Guenther
This commit is contained in:
@@ -317,6 +317,10 @@ const char* get_privilege_dispname( const char *name )
|
||||
{
|
||||
int i;
|
||||
|
||||
if (!name) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
for ( i=0; !se_priv_equal(&privs[i].se_priv, &se_priv_end); i++ ) {
|
||||
|
||||
if ( strequal( privs[i].name, name ) ) {
|
||||
|
||||
Reference in New Issue
Block a user