(_mg_buffer_zero): new macro that zaps a gss_buffer_t
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19948 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		| @@ -61,3 +61,6 @@ | ||||
| #include "mech_switch.h" | ||||
| #include "name.h" | ||||
| #include "utils.h" | ||||
|  | ||||
| #define _mg_buffer_zero(buffer) \ | ||||
| 	do { (buffer)->value = NULL; (buffer)->length = 0; } while(0) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Love Hörnquist Åstrand
					Love Hörnquist Åstrand