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:
Michael Jerris 2007-03-17 20:12:13 +00:00
parent d4f6fb8e8c
commit 3972467967

View File

@ -230,8 +230,8 @@ static xmlrpc_value *freeswitch_man(xmlrpc_env *const envP, xmlrpc_value *const
return NULL; return NULL;
} }
if (!strncasecmp(oid, FREESWITCH_MIB, strlen(FREESWITCH_MIB))) { if (!strncasecmp(oid, FREESWITCH_OID_PREFIX, strlen(FREESWITCH_OID_PREFIX))) {
relative_oid = oid + strlen(FREESWITCH_MIB); relative_oid = oid + strlen(FREESWITCH_OID_PREFIX);
} else { } else {
relative_oid = oid; relative_oid = oid;
} }