patch-1.3.96 linux/net/ax25/ax25_timer.c
Next file: linux/net/bridge/br.c
Previous file: linux/net/ax25/ax25_out.c
Back to the patch index
Back to the overall index
-  Lines: 18
 -  Date:
Fri Apr 26 10:42:04 1996
 -  Orig file: 
v1.3.95/linux/net/ax25/ax25_timer.c
 -  Orig date: 
Fri Apr 12 15:52:11 1996
 
diff -u --recursive --new-file v1.3.95/linux/net/ax25/ax25_timer.c linux/net/ax25/ax25_timer.c
@@ -197,8 +197,7 @@
 
 		ax25->t1timer = ax25->t1 = ax25_calculate_t1(ax25);
 
-		if (ax25->sk != NULL)
-		{
+		if (ax25->sk != NULL) {
 			ax25->sk->state = TCP_CLOSE;
 			ax25->sk->err = 0;
 			if (!ax25->sk->dead)
@@ -208,7 +207,6 @@
 		}
 	}
 		                                                                                                                                                                                                                                                                                                                                        
-
 	/* dl1bke 960114: DAMA T1 timeouts are handled in ax25_dama_slave_transmit */
 	/* 		  nevertheless we have to re-enqueue the timer struct...   */
 	
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this