freebsd-ports/net/ser/files/patch-main.c
2005-07-07 20:16:35 +00:00

16 lines
327 B
C

$FreeBSD$
--- main.c.orig
+++ main.c
@@ -249,6 +251,10 @@
be default yes, good for trouble-shooting
*/
int server_signature=1;
+/*
+ * Server's signature if different from default.
+ */
+char* server_name = 0;
/* should ser try to locate outbound interface on multihomed
* host? by default not -- too expensive
*/