summaryrefslogtreecommitdiffstats
path: root/configure.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-01-15 14:22:40 +0000
committerRoy Marples <roy@marples.name>2009-01-15 14:22:40 +0000
commit5313b78124f566b486748ca071189aba2717d3d4 (patch)
tree9561c9999abfd26c7fff50b0660d2d811130605d /configure.c
parent3d775d8c76dc953b23371865b65e0d9fce20c906 (diff)
downloaddhcpcd-5313b78124f566b486748ca071189aba2717d3d4.tar.xz
--getinterfaces should be more than sufficient for the control socket.
Diffstat (limited to 'configure.c')
-rw-r--r--configure.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.c b/configure.c
index 60b1921a..8e69a1d3 100644
--- a/configure.c
+++ b/configure.c
@@ -236,7 +236,7 @@ make_env(const struct interface *iface, char ***argv)
}
int
-send_state(int fd, const struct interface *iface)
+send_interface(int fd, const struct interface *iface)
{
char **env, **ep, *s;
ssize_t elen;