summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/message.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/message.c b/test/message.c
index 1120645..c4ca053 100644
--- a/test/message.c
+++ b/test/message.c
@@ -119,7 +119,7 @@ static void endpoint_destructor(void *data)
static int endpoint_alloc(struct endpoint **epp, struct test *test,
const char *name, enum sip_transp transp)
{
- struct endpoint *ep;
+ struct endpoint *ep = NULL;
struct sa laddr;
char aor[256];
int err = 0;