diff options
author | Karolin Seeger <kseeger@samba.org> | 2008-09-24 09:53:21 -0700 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2008-09-24 11:09:04 -0700 |
commit | 9cf1a68977d56d342ca7dbe8f07c725221dc1148 (patch) | |
tree | dbe727238e78516ddb6ba233247f45f8ee635e99 /source3/printing | |
parent | 291ca9384345d8c674a96f3671d44ba09af8b787 (diff) | |
download | samba-9cf1a68977d56d342ca7dbe8f07c725221dc1148.tar.gz samba-9cf1a68977d56d342ca7dbe8f07c725221dc1148.tar.bz2 samba-9cf1a68977d56d342ca7dbe8f07c725221dc1148.zip |
printing: Rename new parameter "cups timeout" to "cups connection timeout".
Karolin
Diffstat (limited to 'source3/printing')
-rw-r--r-- | source3/printing/print_cups.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/printing/print_cups.c b/source3/printing/print_cups.c index 2b2cf159fb..f9568f0a54 100644 --- a/source3/printing/print_cups.c +++ b/source3/printing/print_cups.c @@ -56,7 +56,7 @@ static http_t *cups_connect(void) http_t *http; char *server, *p; int port; - int timeout = lp_cups_timeout(); + int timeout = lp_cups_connection_timeout(); gotalarm = 0; |