diff svr-runopts.c @ 33:f789045062e6

Progressing client support
author Matt Johnston <matt@ucc.asn.au>
date Tue, 27 Jul 2004 16:30:46 +0000
parents 469950e86d0f
children 4b53a43f0082
line wrap: on
line diff
--- a/svr-runopts.c	Tue Jul 27 15:12:29 2004 +0000
+++ b/svr-runopts.c	Tue Jul 27 16:30:46 2004 +0000
@@ -106,8 +106,8 @@
 	opts.nolocaltcp = 0;
 	opts.noremotetcp = 0;
 	/* not yet
-	svr_opts.ipv4 = 1;
-	svr_opts.ipv6 = 1;
+	opts.ipv4 = 1;
+	opts.ipv6 = 1;
 	*/
 #ifdef DO_MOTD
 	svr_opts.domotd = 1;