I was sick of having the wrong Date/Time stamps in my lastauth table so
here's the fix:

File: vmysql.c
Around lines: 1046-1048
Note: I just added:
  FROM_UNIXTIME( )

snprintf( SqlBufUpdate, SQL_BUF_SIZE,
"replace into lastauth set user='%s', domain='%s', \
remote_ip='%s', timestamp=FROM_UNIXTIME(%lu)", user, domain, remoteip,
time(NUL
L));

Richard A. Secor
[EMAIL PROTECTED]
Sequential Logic

Reply via email to