1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

r7879: fix compile issue caused by not statoc value for intializing cpp macros

(This used to be commit 9af07b243005db76b6490856b4e0bbc4a8af0dba)
This commit is contained in:
Gerald Carter 2005-06-24 15:13:25 +00:00 committed by Gerald (Jerry) Carter
parent 2fb7ff7d9d
commit b69ca6c597

View File

@ -29,9 +29,9 @@
#define TICKET_CC_DIR "/tmp"
#define CC_PREFIX "krb5cc_" /* prefix of the ticket cache */
#define CC_MAX_FILE_LEN 24
#define CC_MAX_FILE_PATH_LEN strlen(TICKET_CC_DIR)+ CC_MAX_FILE_LEN+2
#define CC_MAX_FILE_PATH_LEN (sizeof(TICKET_CC_DIR)-1)+ CC_MAX_FILE_LEN+2
#define OVERWRITE 1
#define KRB5CCNAME "KRB5CCNAME"
#define KRB5CCNAME "KRB5CCNAME"
/*