Searched hist:194239 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/rpc/rpcsec_gss/
H A Dsvc_rpcsec_gss.cdiff 194239 Mon Jun 15 12:54:40 MDT 2009 rmacklem Replace the global references to "hostid" in svc_rpcsec_gss.c to local
variables set via the getcredhostid() function. I also changed the type
of ci_hostid to "unsigned long" so that it matches what is returned by
getcredhostid(). Although "struct svc_rpc_gss_clientid" goes on the wire
during RPCSEC_GSS, it is just a variable # of opaque bytes to the client,
so it doesn't matter how much storage ci_hostid uses.

Approved by: kib (mentor)

Completed in 49 milliseconds