https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262671
--- Comment #14 from Ed Maste <[email protected]> --- > why the `if` statement didn't work when the condition was in reverse order The || operator performs short-circuit evaluation - if the first condition is true the second is not evaluated. I am still curious why there's an extra NULL entry in your case. If you're willing I may have a patch in the future to show some diagnostic information for this case. -- You are receiving this mail because: You are the assignee for the bug.
