From 93bbaac16636c86c2a0c8c61fbbfd1a5c63f6f5a Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 28 Sep 2005 21:26:04 +0000 Subject: r10590: merging lost fix from the release branch (This used to be commit c2a018bf1f4bf196db0ad80c713764e435de3914) --- source3/client/smbspool.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source3/client/smbspool.c b/source3/client/smbspool.c index 1a3ac06c78..d13ae39416 100644 --- a/source3/client/smbspool.c +++ b/source3/client/smbspool.c @@ -335,8 +335,10 @@ char * get_ticket_cache( uid_t uid ) if ( ticket_file == NULL ) { +#ifdef DEVELOPER /* no ticket cache found */ fprintf(stderr, "ERROR: No ticket cache found for userid=%d\n", uid); +#endif return NULL; } -- cgit