summaryrefslogtreecommitdiff
path: root/pjsip
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2008-09-16 16:45:29 +0000
committerNanang Izzuddin <nanang@teluu.com>2008-09-16 16:45:29 +0000
commitc89b39146e1323a40366c1da6f26e5eeb7960cde (patch)
tree86454e9ca6e76ea0def183cbc6ecbf850dca78ed /pjsip
parent611d921d61c175f4346cd4441690ce09e3a282fb (diff)
Ticket #627: Fixed general compiler warning when building for WinCE (thanks David Parker for the patch).
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2285 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip')
-rw-r--r--pjsip/src/test-pjsip/inv_offer_answer_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjsip/src/test-pjsip/inv_offer_answer_test.c b/pjsip/src/test-pjsip/inv_offer_answer_test.c
index 832434a0..125a9b21 100644
--- a/pjsip/src/test-pjsip/inv_offer_answer_test.c
+++ b/pjsip/src/test-pjsip/inv_offer_answer_test.c
@@ -289,7 +289,7 @@ static pj_bool_t on_rx_request(pjsip_rx_data *rdata)
rdata->msg_info.msg->line.req.method.id == PJSIP_INVITE_METHOD)
{
pjsip_dialog *dlg;
- pjmedia_sdp_session *sdp;
+ pjmedia_sdp_session *sdp = NULL;
pj_str_t uri;
pjsip_tx_data *tdata;
pj_status_t status;