mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
fix remaining breakage from yesterday's changes
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6881 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1822,7 +1822,7 @@ static int __login_exec(struct ast_channel *chan, void *data, int callbackmode)
|
||||
int pos = 0;
|
||||
/* Retrieve login chan */
|
||||
for (;;) {
|
||||
if (args.extension) {
|
||||
if (!ast_strlen_zero(args.extension)) {
|
||||
ast_copy_string(tmpchan, args.extension, sizeof(tmpchan));
|
||||
res = 0;
|
||||
} else
|
||||
|
Reference in New Issue
Block a user