Skip to content

Commit

Permalink
fix NULL
Browse files Browse the repository at this point in the history
  • Loading branch information
clowwindy committed Aug 12, 2015
1 parent 093af0e commit 9e4261c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/local_ns_parser.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include <errno.h>
#include <resolv.h>
#include <stddef.h>
#include "local_ns_parser.h"

static void local_ns_setsection(ns_msg *msg, ns_sect sect);
Expand Down

0 comments on commit 9e4261c

Please sign in to comment.