X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Fensc_wrappers%2Fwrappers_handler.hc;h=b89baf786dd81c5fd171997e83db41d23a9e4e64;hb=b200c0071dac48ca1576123c8fd3d72052425127;hp=e7370b4936657643e5d5f99c06c9df430ce1afbd;hpb=99e1889a957172deb162af2e10847b301ac6e481;p=util-vserver.git diff --git a/util-vserver/ensc_wrappers/wrappers_handler.hc b/util-vserver/ensc_wrappers/wrappers_handler.hc index e7370b4..b89baf7 100644 --- a/util-vserver/ensc_wrappers/wrappers_handler.hc +++ b/util-vserver/ensc_wrappers/wrappers_handler.hc @@ -44,6 +44,6 @@ FatalErrnoErrorFail(char const msg[]) static UNUSED void FatalErrnoError(bool condition, char const msg[]) /*@*/ { - if (!condition) return; + if (__builtin_expect(!condition,true)) return; FatalErrnoErrorFail(msg); }