mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-04 05:55:58 -07:00
remove pointless DEBUG message (watch those patch merges, people!)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@51155 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -678,7 +678,6 @@ static void apply_options_full(struct ast_vm_user *retval, struct ast_variable *
|
||||
struct ast_variable *tmp;
|
||||
tmp = var;
|
||||
while (tmp) {
|
||||
ast_log(LOG_DEBUG, "Name: %s Value: %s\n", tmp->name, tmp->value);
|
||||
if (!strcasecmp(tmp->name, "password") || !strcasecmp(tmp->name, "secret")) {
|
||||
ast_copy_string(retval->password, tmp->value, sizeof(retval->password));
|
||||
} else if (!strcasecmp(tmp->name, "secret")) {
|
||||
|
||||
Reference in New Issue
Block a user