From ad7fbf45c5bba1502237bd4665b0296ce0150734 Mon Sep 17 00:00:00 2001 From: mdw Date: Sun, 30 Nov 2003 00:25:27 +0000 Subject: [PATCH] Fix source option prefix. --- un.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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; -- 2.11.0