From 1f86c9d56f5f06c8ed9cd27d7db908503cca22e0 Mon Sep 17 00:00:00 2001 From: "user@SRH-Linux-01.(none)" Date: Mon, 28 Jul 2014 16:22:33 +0000 Subject: [PATCH] Some testings ... FossilOrigin-Name: c20b139623e70f26b1e5646e4c3f9c4cbee4a9f27d00aa947b2eb2d73b9e6bd7 --- src/ac/wtpman.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ac/wtpman.c b/src/ac/wtpman.c index 9a4e1113..aede9c68 100644 --- a/src/ac/wtpman.c +++ b/src/ac/wtpman.c @@ -79,6 +79,7 @@ static void wtpman_run_discovery(void *arg) struct radioinfo radioinfo; radioinfo.rid = cwrmsg->rid; memcpy(radioinfo.rmac, cwrmsg->rmac,8); + radioinfo.rmac[0]=0; // cwrmsg->rmac[0]=0; printf("The RID %d\n",radioinfo.rid);