9
0
Fork 0

mgcp: Use the 'i' as type for SNMP to help with the code.

This commit is contained in:
Holger Hans Peter Freyther 2011-03-01 18:00:52 +01:00
parent b7299a89cd
commit e592933202
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ static void add_pdu_var(netsnmp_pdu *pdu, const char *mib_name,
return;
}
if (snmp_add_var(pdu, oid_name, name_length, '=', value)) {
if (snmp_add_var(pdu, oid_name, name_length, 'i', value)) {
snmp_perror(buf);
return;
}