1
0
Fork 0

Some more

This commit is contained in:
Michael 2017-11-07 21:53:11 +00:00
commit 5a6fa4ae87
5 changed files with 22 additions and 36 deletions

View file

@ -79,7 +79,7 @@ class exAuth {
$this->writeLog(LOG_NOTICE, "start");
// We are connected to the SQL server.
do {
while (!feof(STDIN)) {
// Quit if the database connection went down
if (!dba::connected()) {
$this->writeLog(LOG_ERR, "the database connection went down");
@ -125,7 +125,7 @@ class exAuth {
$this->writeLog(LOG_NOTICE, "invalid command string ".$sData);
fwrite(STDOUT, pack("nn", 2, 0));
}
} while (true);
}
}
/**