Map "llcgprs.ignore_cipher_bit" to "llcgprs.autodetect_cipher_bit".

svn path=/trunk/; revision=13548
This commit is contained in:
Guy Harris 2005-02-28 09:21:19 +00:00
parent e074470278
commit 66a1da065b
1 changed files with 3 additions and 0 deletions

View File

@ -1989,6 +1989,9 @@ set_pref(gchar *pref_name, gchar *value)
pref = find_preference(module, "udp_ports");
else if (strcmp(dotp, "sctp_port") == 0)
pref = find_preference(module, "sctp_ports");
} else if (strcmp(module->name, "llcgprs") == 0) {
if (strcmp(dotp, "ignore_cipher_bit") == 0)
pref = find_preference(module, "autodetect_cipher_bit");
}
}
if (pref == NULL)