summaryrefslogtreecommitdiff
path: root/test/sip
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2016-06-08 15:20:55 +0200
committerAlfred E. Heggestad <aeh@db.org>2016-06-08 15:20:55 +0200
commit115a600891010fe2ca7384f57190063b1663534a (patch)
tree5851cbafb022ec0b4596d2e1dc74b3c060148b7a /test/sip
parentea5db4d4f404ed4e65a4c609f20b726c48f4e450 (diff)
test: initialize aor pointer
Diffstat (limited to 'test/sip')
-rw-r--r--test/sip/aor.c2
1 files changed, 1 insertions, 1 deletions
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;