forked from Mirrors/freeswitch
catch up with changed name
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4633 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
d4f6fb8e8c
commit
3972467967
|
@ -230,8 +230,8 @@ static xmlrpc_value *freeswitch_man(xmlrpc_env *const envP, xmlrpc_value *const
|
|||
return NULL;
|
||||
}
|
||||
|
||||
if (!strncasecmp(oid, FREESWITCH_MIB, strlen(FREESWITCH_MIB))) {
|
||||
relative_oid = oid + strlen(FREESWITCH_MIB);
|
||||
if (!strncasecmp(oid, FREESWITCH_OID_PREFIX, strlen(FREESWITCH_OID_PREFIX))) {
|
||||
relative_oid = oid + strlen(FREESWITCH_OID_PREFIX);
|
||||
} else {
|
||||
relative_oid = oid;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue