[Serdev] [patch] fix warning in ser_stun.c
Alfred E. Heggestad
aeh at db.org
Wed Dec 6 08:14:03 UTC 2006
this small patch fixes a warning about unused variables in ser_stun.c
Index: ser_stun.c
===================================================================
RCS file: /cvsroot/ser/sip_router/ser_stun.c,v
retrieving revision 1.2
diff -u -3 -r1.2 ser_stun.c
--- ser_stun.c 19 Oct 2006 23:46:30 -0000 1.2
+++ ser_stun.c 6 Dec 2006 08:11:51 -0000
@@ -103,7 +103,6 @@
struct dest_info dst;
struct stun_unknown_att* unknown;
USHORT_T error_code;
- int ii;
memset(&msg_req, 0, sizeof(msg_req));
memset(&msg_res, 0, sizeof(msg_res));
More information about the Serdev
mailing list