summaryrefslogtreecommitdiff
path: root/source3/printing/printing.c
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2014-02-04 15:09:06 +1300
committerJeremy Allison <jra@samba.org>2014-02-07 16:19:14 -0800
commit3fda1fa96f6d8a36bad2d18b4c4e7fc4a679466f (patch)
tree7fcbb5edf5652386bab9112ec6341a081423f680 /source3/printing/printing.c
parentd3460a798a03872bf3d30391799162c1c4358e9d (diff)
downloadsamba-3fda1fa96f6d8a36bad2d18b4c4e7fc4a679466f.tar.gz
param: rename lp function and variable from "lpqcachetime" to "lpq_cache_time"
Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/printing/printing.c')
-rw-r--r--source3/printing/printing.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/printing/printing.c b/source3/printing/printing.c
index f9406f27e57..62c95f5cb35 100644
--- a/source3/printing/printing.c
+++ b/source3/printing/printing.c
@@ -1316,7 +1316,7 @@ static bool print_cache_expired(const char *sharename, bool check_pending)
*/
if (last_qscan_time == ((time_t)-1)
- || (time_now - last_qscan_time) >= lp_lpqcachetime()
+ || (time_now - last_qscan_time) >= lp_lpq_cache_time()
|| last_qscan_time > (time_now + MAX_CACHE_VALID_TIME))
{
uint32 u;
@@ -1325,7 +1325,7 @@ static bool print_cache_expired(const char *sharename, bool check_pending)
DEBUG(4, ("print_cache_expired: cache expired for queue %s "
"(last_qscan_time = %d, time now = %d, qcachetime = %d)\n",
sharename, (int)last_qscan_time, (int)time_now,
- (int)lp_lpqcachetime() ));
+ (int)lp_lpq_cache_time() ));
/* check if another smbd has already sent a message to update the
queue. Give the pending message one minute to clear and