summaryrefslogtreecommitdiff
path: root/source3/client/smbspool.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-09-28 21:26:04 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:04:47 -0500
commit93bbaac16636c86c2a0c8c61fbbfd1a5c63f6f5a (patch)
tree8929bac3cefdcc65134b5e26ce68cf32b2a4189a /source3/client/smbspool.c
parent1896d77fe59de96e3ccc33c35fc93317d907b697 (diff)
downloadsamba-93bbaac16636c86c2a0c8c61fbbfd1a5c63f6f5a.tar.gz
samba-93bbaac16636c86c2a0c8c61fbbfd1a5c63f6f5a.tar.bz2
samba-93bbaac16636c86c2a0c8c61fbbfd1a5c63f6f5a.zip
r10590: merging lost fix from the release branch
(This used to be commit c2a018bf1f4bf196db0ad80c713764e435de3914)
Diffstat (limited to 'source3/client/smbspool.c')
-rw-r--r--source3/client/smbspool.c2
1 files changed, 2 insertions, 0 deletions
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;
}