mirror of
https://github.com/samba-team/samba.git
synced 2025-08-24 21:49:29 +03:00
i wondered why nisppass.c came up with a linker error "pdb_set_last_set_time"
not found. this gave me a clue... #if 0 /* commented out until someone uses them jra */ ... #endif
This commit is contained in:
@ -592,9 +592,6 @@ struct sam_passwd *pdb_smb_to_sam(struct smb_passwd *user)
|
||||
return &pw_buf;
|
||||
}
|
||||
|
||||
#if 0
|
||||
|
||||
COMMENTED OUT UNTIL SOMETHING ACTUALLY USES THEM. JRA.
|
||||
|
||||
/*******************************************************************
|
||||
gets password-database-format time from a string.
|
||||
@ -653,8 +650,6 @@ void pdb_set_last_set_time(char *p, int max_len, time_t t)
|
||||
set_time_in_string(p, max_len, "LCT", t);
|
||||
}
|
||||
|
||||
#endif /* 0 */
|
||||
|
||||
/**********************************************************
|
||||
Encode the account control bits into a string.
|
||||
**********************************************************/
|
||||
|
Reference in New Issue
Block a user