Skip to content
Snippets Groups Projects
Commit e86e6e01 authored by Danny Auble's avatar Danny Auble
Browse files

fix for qos char list

parent 434674c0
No related branches found
No related tags found
No related merge requests found
...@@ -574,6 +574,12 @@ extern void addto_qos_char_list(List char_list, List qos_list, char *names) ...@@ -574,6 +574,12 @@ extern void addto_qos_char_list(List char_list, List qos_list, char *names)
bad: bad:
i++; i++;
start = i; start = i;
if(!names[i]) {
info("There is a problem with "
"your line. It appears you "
"have spaces inside your list.");
break;
}
} }
i++; i++;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment