Complete support for --disable-afs-support

This commit is contained in:
Nicolas Williams
2016-08-10 19:51:11 -05:00
parent 3e6fb5bb41
commit 76c596ceb8
12 changed files with 41 additions and 16 deletions

View File

@@ -67,7 +67,9 @@ gssapi_session(void *app_data, char *username)
1, 1, NULL, NULL);
if (GSS_ERROR(major))
ret = 1;
#ifndef NO_AFS
afslog(NULL, 1);
#endif
}
gss_release_cred(&minor, &data->delegated_cred_handle);