diff options
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/process.c b/source3/smbd/process.c index d5f4340d4d..2e50ec7e24 100644 --- a/source3/smbd/process.c +++ b/source3/smbd/process.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(); |