Mercurial > hg > dhcpcd
changeset 1469:4664411a1852 draft
Fix compile.
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Wed, 23 Dec 2009 08:05:57 +0000 |
| parents | 8ce5e74df723 |
| children | 15fc071ce025 |
| files | configure.c |
| diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.c Wed Dec 23 07:18:22 2009 +0000 +++ b/configure.c Wed Dec 23 08:05:57 2009 +0000 @@ -547,7 +547,8 @@ return nrt; } - return get_option_routes(iface->name, iface->state->new); + return get_option_routes(iface->state->new, + iface->name, &iface->state->options->options); } static struct rt *
