mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
13 lines
271 B
Plaintext
13 lines
271 B
Plaintext
$NetBSD: patch-aa,v 1.3 2006/03/29 22:38:30 joerg Exp $
|
|
|
|
--- src/relay.c.orig 2006-03-29 20:50:19.000000000 +0000
|
|
+++ src/relay.c
|
|
@@ -260,6 +260,7 @@ void rlMain(Relay_rl * rl, struct timeva
|
|
else goto bail;
|
|
goto nextpkt;
|
|
bail:
|
|
+ ;
|
|
}
|
|
}
|
|
}
|