Module: sip-router
Branch: master
Commit: eb3962fa5b5269aef99de0d5dc5f73296937c4cc
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=eb3962f…
Author: Ovidiu Sas <osas(a)voipembedded.com>
Committer: Ovidiu Sas <osas(a)voipembedded.com>
Date: Mon Oct 4 11:05:19 2010 -0400
modules_k/seas: fix compiler warning
- initialize 'the_param' to NULL in function 'ac_reply'
---
modules_k/seas/seas_action.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules_k/seas/seas_action.c b/modules_k/seas/seas_action.c
index 8d39958..3db43b8 100644
--- a/modules_k/seas/seas_action.c
+++ b/modules_k/seas/seas_action.c
@@ -667,6 +667,7 @@ int ac_reply(as_p the_as,unsigned char processor_id,unsigned int
flags,char *act
ttag=NULL;
my_msg=NULL;
i=k=0;
+ the_param=NULL;
net2hostL(hash_index,action,k);
net2hostL(label,action,k);