svn commit: r184887 - head/sys/kgssapi

Doug Rabson dfr at FreeBSD.org
Wed Nov 12 07:31:06 PST 2008


Author: dfr
Date: Wed Nov 12 15:31:05 2008
New Revision: 184887
URL: http://svn.freebsd.org/changeset/base/184887

Log:
  Call svc_freereq() before returning from the service proc.

Modified:
  head/sys/kgssapi/gsstest.c

Modified: head/sys/kgssapi/gsstest.c
==============================================================================
--- head/sys/kgssapi/gsstest.c	Wed Nov 12 15:30:30 2008	(r184886)
+++ head/sys/kgssapi/gsstest.c	Wed Nov 12 15:31:05 2008	(r184887)
@@ -970,6 +970,7 @@ server_program_1(struct svc_req *rqstp, 
 	}
 
 out:
+	svc_freereq(rqstp);
 	return;
 }
 


More information about the svn-src-head mailing list