In auth.cpp, move log_auth_error outside the #ifdef,
since it is used on both the if and else branches.
diff auth.cpp~ auth.cpp
33a34,43
> inline void
> log_auth_error(std::string const& user)
> {
> Slog slog;
> slog.open_syslog("rvacationd", SlogFacility::Auth);
> slog(SlogPriority::Error) }
>...
2006-08-21 16:41:51 UTC in rvacation