K 10 svn:author V 6 mjacob K 8 svn:date V 27 2007-06-16T05:42:26.000000Z K 7 svn:log V 311 Check for a NULL return from rpcclnt_buildheader- it can fail if the passed in auth_type is unacceptable to rpcauth_buildheader- this avoids a null pointer panic. Clean up allocations if this happens. This also quiets a gcc 4.2 complaint about ussing mheadend without it being initialized. Reviewed by: alfred END