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 commit is contained in:
parent
b41f997a2a
commit
c2a018bf1f
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user