Skip to content
Snippets Groups Projects
Commit 8619b77d authored by rswindell's avatar rswindell
Browse files

Fixed typo reported by Cisop.

parent 204bc4f6
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ if(this.recipient_list_filename!=undefined) {
log(LOG_WARNING,"ListServer: No reverse path");
exit();
}
if(reserve_path=='<' + listserver_addrses + '>') {
if(reverse_path=='<' + listserver_addrses + '>') {
log(LOG_WARNING,"ListServer: Invalid reverse path (loop?)");
exit();
}
......
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