From: mdw Date: Sun, 30 Nov 2003 00:25:27 +0000 (+0000) Subject: Fix source option prefix. X-Git-Tag: 1.3.0~22 X-Git-Url: https://git.distorted.org.uk/~mdw/fwd/commitdiff_plain/ad7fbf45c5bba1502237bd4665b0296ce0150734 Fix source option prefix. --- diff --git a/un.c b/un.c index f701f6a..966bda0 100644 --- a/un.c +++ b/un.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: un.c,v 1.7 2003/11/29 20:36:07 mdw Exp $ + * $Id: un.c,v 1.8 2003/11/30 00:25:27 mdw Exp $ * * Protocol specific definitions for Unix-domain sockets * @@ -29,6 +29,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: un.c,v $ + * Revision 1.8 2003/11/30 00:25:27 mdw + * Fix source option prefix. + * * Revision 1.7 2003/11/29 20:36:07 mdw * Privileged outgoing connections. * @@ -151,7 +154,7 @@ static addr_opts *un_initopts(void) static int srcopt(scanner *sc, addr_opts *ao) { un_opts *uo = (un_opts *)ao; - CONF_BEGIN(sc, "unix", "Unix domain socket") + CONF_BEGIN(sc, "source", "Unix domain socket source") if (fattr_option(sc, uo ? &uo->f : &fattr_global)) CONF_ACCEPT;