r7817: Eliminate use of ctime_r() in libsmbclient DEBUG statement. It seems that
authorDerrell Lipman <derrell@samba.org>
Tue, 21 Jun 2005 20:34:24 +0000 (20:34 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:57:21 +0000 (10:57 -0500)
commit3005405b521c2b88a4dcdaece505d8887d7d0c37
tree9a58c55df467f7ae681cdd954a2675c604897714
parentb0b983cc60f51395c4f19d185c4e3b8b1e9dce1b
r7817: Eliminate use of ctime_r() in libsmbclient DEBUG statement.  It seems that
ctime_r() takes different parameters on Solaris than it does on Linux, and
it's easier to just eliminate the use of it than to write a configure test.
(This used to be commit 513ea79b2ebc9a78c118042abca942da061d4647)
source3/libsmb/libsmbclient.c