mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
#ifdef'ed out some unused functions.
This commit is contained in:
parent
fa4901eaf2
commit
ab5ccce2ed
@ -234,6 +234,8 @@ static uint32 jf_get_sampwd_entries(SAM_USER_INFO_21 *pw_buf, int start_idx,
|
||||
return NT_STATUS_NO_PROBLEMO;
|
||||
}
|
||||
|
||||
#if 0 /* This function appears to be unused! */
|
||||
|
||||
/*******************************************************************
|
||||
This function uses the username map file and tries to map a UNIX
|
||||
user name to an DOS name. (Sort of the reverse of the
|
||||
@ -313,6 +315,10 @@ static char *unmap_unixname(char *unix_user_name, int name_idx)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#endif /* Unused function */
|
||||
|
||||
#if 0 /* This function seems to be not used anywhere! */
|
||||
|
||||
/*******************************************************************
|
||||
This function sets up a list of users taken from the list of
|
||||
users that UNIX knows about, as well as all the user names that
|
||||
@ -481,6 +487,8 @@ done:
|
||||
return (*num_entries) > 0;
|
||||
}
|
||||
|
||||
#endif /* Unused function */
|
||||
|
||||
/*******************************************************************
|
||||
_samr_close_hnd
|
||||
********************************************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user