diff process-packet.c @ 426:695413c59b6a

Don't erase every buffer, it's too time consuming. On systems where it matters encrypted swap should be enabled anyway.
author Matt Johnston <matt@ucc.asn.au>
date Mon, 12 Feb 2007 10:44:47 +0000
parents 0cfba3034be5
children 7e43f5e473b9
line wrap: on
line diff
--- a/process-packet.c	Mon Feb 12 10:43:44 2007 +0000
+++ b/process-packet.c	Mon Feb 12 10:44:47 2007 +0000
@@ -119,7 +119,6 @@
 	recv_unimplemented();
 
 out:
-	buf_burn(ses.payload); /* Clear the memory to avoid swapping it out */
 	buf_free(ses.payload);
 	ses.payload = NULL;