linkpath 933 source3/libads/kerberos.c char linkpath[PATH_MAX+1]; linkpath 936 source3/libads/kerberos.c lret = readlink(SYSTEM_KRB5_CONF_PATH, linkpath, sizeof(linkpath)-1); linkpath 938 source3/libads/kerberos.c linkpath[lret] = '\0'; linkpath 941 source3/libads/kerberos.c if (lret != -1 || strcmp(linkpath, fname) == 0) {