Ask about a possible simplification (by just handling all modules by

pathname, so that any module we create for a protocol is just created as
being under "Protocols/").

svn path=/trunk/; revision=43595
This commit is contained in:
Guy Harris 2012-07-07 02:10:44 +00:00
parent fa1f18d80b
commit f0ebe6a075
1 changed files with 2 additions and 0 deletions

View File

@ -353,6 +353,8 @@ prefs_register_protocol_subtree(const char *subtree, int id, void (*apply_cb)(vo
/*
* Have we yet created the "Protocols" subtree?
* XXX - can we just do this by registering Protocols/{subtree}?
* If not, why not?
*/
if (protocols_module == NULL) {
/*