summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-12-29 09:36:39 +0100
committerMarcel Holtmann <marcel@holtmann.org>2008-12-29 09:36:39 +0100
commit3753d353f974dfc7033a380d7d598c0cf821eeb8 (patch)
tree26b3fc33f68a1568f3fec7e0f8f87c109a1d9687 /scripts
parent3916cb0b7a49b40863a340f6b4b62e1f61609dcb (diff)
downloadconnman-3753d353f974dfc7033a380d7d598c0cf821eeb8.tar.gz
connman-3753d353f974dfc7033a380d7d598c0cf821eeb8.tar.bz2
connman-3753d353f974dfc7033a380d7d598c0cf821eeb8.zip
Use the correct domain for uDHCP
Diffstat (limited to 'scripts')
-rw-r--r--scripts/udhcpc-script.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/udhcpc-script.c b/scripts/udhcpc-script.c
index c7a7ae21..04487609 100644
--- a/scripts/udhcpc-script.c
+++ b/scripts/udhcpc-script.c
@@ -29,8 +29,8 @@
#include <dbus/dbus.h>
-#define UDHCPC_INTF "org.busybox.udhcpc"
-#define UDHCPC_PATH "/org/busybox/udhcpc"
+#define UDHCPC_INTF "net.busybox.udhcpc"
+#define UDHCPC_PATH "/net/busybox/udhcpc"
int main(int argc, char *argv[])
{