mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-21 09:10:36 +00:00
add a comment to remember that a block of code is
completely redundant. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@45495 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -882,6 +882,12 @@ static int authenticate(struct mansession *s, struct message *m)
|
|||||||
struct ast_config *cfg = ast_config_load("manager.conf");
|
struct ast_config *cfg = ast_config_load("manager.conf");
|
||||||
int ret = -1; /* default: error return */
|
int ret = -1; /* default: error return */
|
||||||
|
|
||||||
|
/*
|
||||||
|
* XXX there is no need to scan the config file again here,
|
||||||
|
* suffices to call ast_get_manager_by_name_locked() to fetch
|
||||||
|
* the user's entry.
|
||||||
|
*/
|
||||||
|
|
||||||
if (!cfg)
|
if (!cfg)
|
||||||
return -1;
|
return -1;
|
||||||
while ( (cat = ast_category_browse(cfg, cat)) ) {
|
while ( (cat = ast_category_browse(cfg, cat)) ) {
|
||||||
|
|||||||
Reference in New Issue
Block a user