set client-id to empty string for now - sdhcp - simple dhcp client
 (HTM) git clone git://git.codemadness.org/sdhcp
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 970e3fa9791b1c223a0ae2f323680dee8372b838
 (DIR) parent 5f693aa8b5aafaae588daf36fe1455ce6191882e
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Fri, 25 Apr 2014 22:52:58 +0200
       
       set client-id to empty string for now
       
       Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
       
       Diffstat:
         M sdhcp.c                             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) 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];