mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
r10590: merging lost fix from the release branch
(This used to be commit c2a018bf1f4bf196db0ad80c713764e435de3914)
This commit is contained in:
parent
1896d77fe5
commit
93bbaac166
@ -335,8 +335,10 @@ char * get_ticket_cache( uid_t uid )
|
|||||||
|
|
||||||
if ( ticket_file == NULL )
|
if ( ticket_file == NULL )
|
||||||
{
|
{
|
||||||
|
#ifdef DEVELOPER
|
||||||
/* no ticket cache found */
|
/* no ticket cache found */
|
||||||
fprintf(stderr, "ERROR: No ticket cache found for userid=%d\n", uid);
|
fprintf(stderr, "ERROR: No ticket cache found for userid=%d\n", uid);
|
||||||
|
#endif
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user