CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/07/13 10:43:25
Modified files:
usr.sbin/ldapd : imsgev.c
Log message:
When the three possible return values are -1, 0, and 1, != 1 is the same
as <= 0. And the latter is the normal idiom so use that.
ok claudio@ henning@
