mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
s3: Make check_reload() static
This commit is contained in:
parent
f0896759ce
commit
53ed39de4a
@ -5618,7 +5618,6 @@ void construct_reply_common_req(struct smb_request *req, char *outbuf);
|
||||
size_t req_wct_ofs(struct smb_request *req);
|
||||
void chain_reply(struct smb_request *req);
|
||||
bool req_is_in_chain(struct smb_request *req);
|
||||
void check_reload(time_t t);
|
||||
void smbd_process(void);
|
||||
|
||||
/* The following definitions come from smbd/quotas.c */
|
||||
|
@ -2198,7 +2198,7 @@ void chain_reply(struct smb_request *req)
|
||||
Check if services need reloading.
|
||||
****************************************************************************/
|
||||
|
||||
void check_reload(time_t t)
|
||||
static void check_reload(time_t t)
|
||||
{
|
||||
time_t printcap_cache_time = (time_t)lp_printcap_cache_time();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user