After upgrading from 0.9.5 to 1.0.0, openser won't start and I get a bunch of "!!!attention: from v1.0.0+ use 'return' instead of 'break'" in /var/log/messages. I figured, ok must be a syntax change so I replaced all instances of break; with return; and tried again. The messages persist. I have included sample messages and corresponding block of code. Thx in advance.
Nov 1 10:43:42 ser1 openser: parse error (291,1-2): overwritting request routing table Nov 1 10:47:05 ser1 last message repeated 2 times
line 291 is the closing } for route block 0. The same openser.cfg starts and works with 0.9.5. what the heck?