mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-13 06:03:37 +02:00
2018-10-19 Fred Gleason <fredg@paravelsystems.com>
* Removed 'build_win32.bat'. * Removed all conditional compilation based on 'WIN32'.
This commit is contained in:
@@ -80,7 +80,6 @@ bool RDUser::authenticated(bool webuser) const
|
||||
}
|
||||
delete q;
|
||||
}
|
||||
#ifndef WIN32
|
||||
else {
|
||||
bool ret=false;
|
||||
RDPam *pam=new RDPam(pamService());
|
||||
@@ -88,7 +87,7 @@ bool RDUser::authenticated(bool webuser) const
|
||||
delete pam;
|
||||
return ret;
|
||||
}
|
||||
#endif // WIN32
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user