From: Tilghman Lesher Date: Fri, 4 Dec 2009 05:26:54 +0000 (+0000) Subject: Buildbot complained X-Git-Tag: 11.0.0-beta1~3778 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7768e2c62e89ff242549f69a33f0cfa1ce3095af;p=thirdparty%2Fasterisk.git Buildbot complained git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@232982 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/res/res_pktccops.c b/res/res_pktccops.c index cdd464ab82..512e88255d 100644 --- a/res/res_pktccops.c +++ b/res/res_pktccops.c @@ -378,7 +378,7 @@ static int cops_getmsg (int sfd, struct copsmsg *recmsg) static int cops_sendmsg (int sfd, struct copsmsg * sendmsg) { char *buf; - int bufpos, res; + int bufpos; struct pktcobj *pobject; if (sfd < 0) {