set client-id to empty string for now - sdhcp - simple dhcp client | |
git clone git://git.codemadness.org/sdhcp | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 970e3fa9791b1c223a0ae2f323680dee8372b838 | |
parent 5f693aa8b5aafaae588daf36fe1455ce6191882e | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Fri, 25 Apr 2014 22:52:58 +0200 | |
set client-id to empty string for now | |
Signed-off-by: Hiltjo Posthuma <[email protected]> | |
Diffstat: | |
M sdhcp.c | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/sdhcp.c b/sdhcp.c | |
@@ -84,7 +84,7 @@ static unsigned char xid[sizeof bp.xid]; | |
static unsigned char hwaddr[16]; | |
static time_t starttime; | |
static char *ifname = "eth0"; | |
-static char *cid = "vaio.12340"; /* TODO sane default value */ | |
+static char *cid = ""; /* TODO sane default value */ | |
static int sock; | |
/* sav */ | |
static unsigned char server[4]; |