From 96f6a69101a3b29e0086b8b19b17a462bd889914 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 25 Apr 1997 03:44:19 +0000 Subject: Fix -I. svn path=/trunk/; revision=977 --- options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options.c') diff --git a/options.c b/options.c index dc193564..f9a8c02a 100644 --- a/options.c +++ b/options.c @@ -277,7 +277,7 @@ struct query *ctl; /* option record to be initialized */ #ifdef linux case 'I': case LA_INTERFACE: - ctl->server.interface = xstrdup(optarg); + interface_parse(optarg, &ctl->server); break; case 'M': case LA_MONITOR: -- cgit v1.2.3