Deleted Added
full compact
29c29
< __FBSDID("$FreeBSD: head/sys/kgssapi/gss_display_status.c 184588 2008-11-03 10:38:00Z dfr $");
---
> __FBSDID("$FreeBSD: head/sys/kgssapi/gss_display_status.c 244370 2012-12-18 00:25:48Z rmacklem $");
33a34
> #include <sys/lock.h>
34a36
> #include <sys/mutex.h>
51a54
> CLIENT *cl;
53c56,58
< if (!kgss_gssd_handle)
---
> *minor_status = 0;
> cl = kgss_gssd_client();
> if (cl == NULL)
62c67,68
< stat = gssd_display_status_1(&args, &res, kgss_gssd_handle);
---
> stat = gssd_display_status_1(&args, &res, cl);
> CLNT_RELEASE(cl);
73d78
< *minor_status = 0;