Initialize ts variable

This commit is contained in:
Andreas Steffen
2016-03-11 08:29:23 +01:00
parent 7d22a75b12
commit 35babdf43f
+1 -1
View File
@@ -553,7 +553,7 @@ CALLBACK(parse_ts, bool,
linked_list_t *out, chunk_t v) linked_list_t *out, chunk_t v)
{ {
char buf[128], *protoport, *sep, *port = "", *end; char buf[128], *protoport, *sep, *port = "", *end;
traffic_selector_t *ts; traffic_selector_t *ts = NULL;
struct protoent *protoent; struct protoent *protoent;
struct servent *svc; struct servent *svc;
long int p; long int p;