[Freeswitch-svn] [commit] r4633 -	freeswitch/trunk/src/mod/xml_int/mod_xml_rpc
    Freeswitch SVN 
    mikej at freeswitch.org
       
    Sat Mar 17 16:12:14 EDT 2007
    
    
  
Author: mikej
Date: Sat Mar 17 16:12:13 2007
New Revision: 4633
Modified:
   freeswitch/trunk/src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.c
Log:
catch up with changed name
Modified: freeswitch/trunk/src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.c
==============================================================================
--- freeswitch/trunk/src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.c	(original)
+++ freeswitch/trunk/src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.c	Sat Mar 17 16:12:13 2007
@@ -230,8 +230,8 @@
         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;
 	}
    
    
More information about the Freeswitch-svn
mailing list