aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_pktccops.c
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-12-04 05:26:54 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-12-04 05:26:54 +0000
commit3a01d7fe1409a0cc4260d7d4792277ea1c09410b (patch)
tree08e3ec8a40e2f9eaba1af1534fdcad9bd23c5e9e /res/res_pktccops.c
parente3cfc784ddb1ac4599fefdf7ca6266093e36b3ea (diff)
Buildbot complained
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@232982 f38db490-d61c-443f-a65b-d21fe96a405b
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) {