summaryrefslogtreecommitdiff
path: root/res/res_pktccops.c
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2009-12-04 05:26:54 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2009-12-04 05:26:54 +0000
commit7768e2c62e89ff242549f69a33f0cfa1ce3095af (patch)
tree08e3ec8a40e2f9eaba1af1534fdcad9bd23c5e9e /res/res_pktccops.c
parentaa9ec67f977c5761e30f65862059b58f84b1097a (diff)
Buildbot complained
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@232982 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_pktccops.c')
-rw-r--r--res/res_pktccops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_pktccops.c b/res/res_pktccops.c
index cdd464ab8..512e88255 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) {