LEMONLDAP::NG : bad commit before

This commit is contained in:
Xavier Guimard 2008-12-31 10:53:25 +00:00
parent 4b57751fe8
commit ca064ead85
1 changed files with 6 additions and 1 deletions

View File

@ -198,7 +198,12 @@ sub lmLog {
sub lmSetApacheUser {
my ( $r, $s ) = @_;
return unless ($s);
$r->connection->user($s);
if ( MP() == 2 ) {
$r->user($s);
}
else {
$r->connection->user($s);
}
}
## @ifn protected string protected regRemoteIp(string str)