Fixed segfault in configreader
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
|
||||
typedef struct sensornode {
|
||||
char *ip;
|
||||
char ip[50];
|
||||
struct sensornode *next;
|
||||
} sensornode;
|
||||
|
||||
|
Reference in New Issue
Block a user