CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/01/29 03:49:53
Modified files:
usr.sbin/smtpd : filter.c
Log message:
Simplify code: hasrun is confusing and useless. There is no way
filter_drain_query() can be called when the ->current filter is
still running the query. Just make sure we move forward after
having received the response from the current filter.
ok gilles@
