1
0
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:
Volker Lendecke 2010-08-08 18:41:13 +02:00
parent f0896759ce
commit 53ed39de4a
2 changed files with 1 additions and 2 deletions

View File

@ -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 */

View File

@ -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();