diff options
Diffstat (limited to 'src/conntrack.c')
-rw-r--r-- | src/conntrack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conntrack.c b/src/conntrack.c index 5f0cb1a..f170bed 100644 --- a/src/conntrack.c +++ b/src/conntrack.c @@ -156,7 +156,7 @@ void register_proto(struct ctproto_handler *h) static struct ctproto_handler *findproto(char *name) { - struct ctproto_handler *cur = NULL, *handler = NULL; + struct ctproto_handler *cur, *handler = NULL; if (!name) return handler; |