diff libfdcore/sctp.c @ 1332:b75556f40346

Comment out reference to sctp_adaptation_layer_event. This was only used in debug printfs, and the variable has been renamed.
author Thomas Klausner <tk@giga.or.at>
date Tue, 09 Apr 2019 15:05:22 +0200
parents 25fad6714991
children 732e0f76dbfb
line wrap: on
line diff
--- a/libfdcore/sctp.c	Mon Nov 27 15:43:50 2017 +0100
+++ b/libfdcore/sctp.c	Tue Apr 09 15:05:22 2019 +0200
@@ -400,7 +400,7 @@
 			fd_log_debug( "       	     sctp_peer_error_event       : %hhu", event.sctp_peer_error_event);
 			fd_log_debug( "       	     sctp_shutdown_event	 : %hhu", event.sctp_shutdown_event);
 			fd_log_debug( "       	     sctp_partial_delivery_event : %hhu", event.sctp_partial_delivery_event);
-			fd_log_debug( "       	     sctp_adaptation_layer_event : %hhu", event.sctp_adaptation_layer_event);
+			// fd_log_debug( "       	     sctp_adaptation_layer_event : %hhu", event.sctp_adaptation_layer_event);
 			// fd_log_debug( "             sctp_authentication_event    : %hhu", event.sctp_authentication_event);
 		}
 	}
"Welcome to our mercurial repository"