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 467fd8a..1120645 100644
--- a/test/message.c
+++ b/test/message.c
@@ -168,7 +168,7 @@ static int endpoint_alloc(struct endpoint **epp, struct test *test,
static int test_message_transp(enum sip_transp transp)
{
struct test test;
- struct endpoint *a, *b;
+ struct endpoint *a = NULL, *b = NULL;
bool enable_udp, enable_tcp;
int err = 0;