Revision 32295 renamed "nsip" to "gprs_ns".

svn path=/trunk/; revision=32513
This commit is contained in:
Stig Bjørlykke 2010-04-19 10:23:41 +00:00
parent 44c960a3dc
commit d5b16e1f97
1 changed files with 3 additions and 1 deletions

View File

@ -2243,7 +2243,7 @@ set_pref(gchar *pref_name, gchar *value, void *private_data _U_)
* However, SMPP now has its own preferences, so we just map
* "smpp-gsm-sms" to "gsm-sms-ud", and then handle SMPP below.
*
* We also renamed "dcp" to "dccp" and "x.25" to "x25".
* We also renamed "dcp" to "dccp", "x.25" to "x25" and "nsip" to "gprs_ns".
*/
if (module == NULL) {
if (strcmp(pref_name, "Diameter") == 0)
@ -2259,6 +2259,8 @@ set_pref(gchar *pref_name, gchar *value, void *private_data _U_)
module = prefs_find_module("dccp");
else if (strcmp(pref_name, "x.25") == 0)
module = prefs_find_module("x25");
else if (strcmp(pref_name, "nsip") == 0)
module = prefs_find_module("gprs_ns");
else if (strcmp(pref_name, "etheric") == 0 ||
strcmp(pref_name, "isup_thin") == 0)
/* This protocols was removed 7. July 2009 */