]> git.sur5r.net Git - ngadmin/commitdiff
Lib: fixed a compilation bug occuring on Ubuntu.
authordarkcoven <admin@darkcoven.tk>
Mon, 31 Dec 2012 11:51:24 +0000 (12:51 +0100)
committerdarkcoven <admin@darkcoven.tk>
Mon, 31 Dec 2012 11:51:24 +0000 (12:51 +0100)
lib/src/protocol.c

index 05677a848f2d360fcb0ae81124681d0da0e955ba..6c400f437a5986491906583d27ee3c653c46007d 100644 (file)
@@ -47,7 +47,7 @@ void initNgHeader (struct ng_header *nh, char code, const struct ether_addr *cli
  }
  
  nh->seqnum=htonl(seqnum);
strcpy(nh->proto_id, "NSDP");
memcpy(nh->proto_id, "NSDP", 4);
  
  
 }