1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

r10590: merging lost fix from the release branch

(This used to be commit c2a018bf1f)
This commit is contained in:
Gerald Carter 2005-09-28 21:26:04 +00:00 committed by Gerald (Jerry) Carter
parent 1896d77fe5
commit 93bbaac166

View File

@ -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;
}