From 115a600891010fe2ca7384f57190063b1663534a Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Wed, 8 Jun 2016 15:20:55 +0200 Subject: test: initialize aor pointer --- test/sip/aor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/sip') diff --git a/test/sip/aor.c b/test/sip/aor.c index 0d8a317..2d7e0d3 100644 --- a/test/sip/aor.c +++ b/test/sip/aor.c @@ -64,7 +64,7 @@ int aor_create(struct sip_server *srv, struct aor **aorp, int aor_find(struct sip_server *srv, struct aor **aorp, const struct uri *uri) { struct list *lst; - struct aor *aor; + struct aor *aor = NULL; struct le *le; char *curi; int err; -- cgit v1.2.3