From Ben Turner:

Vendors were not being parsed properly from the XML diameter dictionary.

svn path=/trunk/; revision=13504
This commit is contained in:
Anders Broman 2005-02-24 22:35:10 +00:00
parent dfa295919c
commit 58c8e8a720
1 changed files with 1 additions and 1 deletions

View File

@ -636,7 +636,7 @@ xmlParseVendor(xmlNodePtr cur)
return -1;
}
return (addVendor(atoi(code), id, name));
return (addVendor(atoi(id), code, name));
} /* addVendor */
/*