summaryrefslogtreecommitdiff
path: root/test/sip
diff options
context:
space:
mode:
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;