summaryrefslogtreecommitdiffstats
path: root/control.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-01-05 08:20:53 +0000
committerRoy Marples <roy@marples.name>2009-01-05 08:20:53 +0000
commitf367dc38be67d6e165780f91bf554faf1030443f (patch)
tree464e9223bc74658a4b8c62ef2ddb14d591a5da00 /control.c
parentfcdf05ed936deaa48c030bc2cc318e9bc8f342e1 (diff)
downloaddhcpcd-f367dc38be67d6e165780f91bf554faf1030443f.tar.xz
Allow version to be returned over the control interface.
Diffstat (limited to 'control.c')
-rw-r--r--control.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/control.c b/control.c
index 9ea2a55d..185638ff 100644
--- a/control.c
+++ b/control.c
@@ -1,6 +1,6 @@
/*
* dhcpcd - DHCP client daemon
- * Copyright 2006-2008 Roy Marples <roy@marples.name>
+ * Copyright 2006-2009 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without
@@ -84,7 +84,7 @@ handle_control_data(void *arg)
*ap++ = p;
p += strlen(p) + 1;
}
- handle_args(argc, argvp);
+ handle_args(*s, argc, argvp);
}
}