Deleted Added
full compact
29c29
< __FBSDID("$FreeBSD: head/sys/kgssapi/gss_acquire_cred.c 184588 2008-11-03 10:38:00Z dfr $");
---
> __FBSDID("$FreeBSD: head/sys/kgssapi/gss_acquire_cred.c 244370 2012-12-18 00:25:48Z rmacklem $");
33a34
> #include <sys/lock.h>
34a36
> #include <sys/mutex.h>
57a60
> CLIENT *cl;
59c62,64
< if (!kgss_gssd_handle)
---
> *minor_status = 0;
> cl = kgss_gssd_client();
> if (cl == NULL)
72c77,78
< stat = gssd_acquire_cred_1(&args, &res, kgss_gssd_handle);
---
> stat = gssd_acquire_cred_1(&args, &res, cl);
> CLNT_RELEASE(cl);
83d88
< *minor_status = 0;