diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2009-08-07 09:44:39 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2009-08-07 09:44:39 +0000 |
commit | 97c2f0baa149c1a0b5aadb3936190ca46a2f552a (patch) | |
tree | 07b466b3ed84376789c467321587c7a6360ace5e /usr.sbin | |
parent | b46d1b25ca7421ac011630d34c4968e252a6d0ad (diff) |
add missing line
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/relayd/parse.y | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/relayd/parse.y b/usr.sbin/relayd/parse.y index cf03ce8a8a6..05cc2200882 100644 --- a/usr.sbin/relayd/parse.y +++ b/usr.sbin/relayd/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.138 2009/08/07 08:45:58 reyk Exp $ */ +/* $OpenBSD: parse.y,v 1.139 2009/08/07 09:44:38 reyk Exp $ */ /* * Copyright (c) 2007, 2008 Reyk Floeter <reyk@openbsd.org> @@ -1410,6 +1410,7 @@ host : address { free(hst); YYERROR; } + bcopy(&$1.ss, &hst->conf.ss, sizeof($1.ss)); hst->conf.id = 0; /* will be set later */ SLIST_INIT(&hst->children); } opthostflags { |