Fixed segfault in configreader

This commit is contained in:
2017-08-27 18:28:26 +02:00
parent eda866b36d
commit 27ed59b52f
4 changed files with 22 additions and 10 deletions

View File

@@ -3,7 +3,7 @@
typedef struct sensornode {
char *ip;
char ip[50];
struct sensornode *next;
} sensornode;