[Serdev] [patch] fix warning in ser_stun.c

Andrei Pelinescu-Onciul andrei at iptel.org
Thu Dec 7 14:52:56 UTC 2006


On Dec 06, 2006 at 09:14, Alfred E. Heggestad <aeh at db.org> wrote:
> this small patch fixes a warning about unused variables in ser_stun.c

Thanks, applied.

Andrei

> 
> 
> 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));
> 
> _______________________________________________
> Serdev mailing list
> Serdev at lists.iptel.org
> http://lists.iptel.org/mailman/listinfo/serdev


More information about the Serdev mailing list