* Switched the SMTP Client back to a simple timer-event hook with a static variable...
authorArt Cancro <ajc@citadel.org>
Sat, 14 Nov 2009 05:16:59 +0000 (05:16 +0000)
committerArt Cancro <ajc@citadel.org>
Sat, 14 Nov 2009 05:16:59 +0000 (05:16 +0000)
commitd3a5b715344fa12cb7268cbc9a153ff788cb0ef3
tree60fdf5a5a12533a5a16e59fb00ead2d3be909773
parent1e5a2eefd1319965ae880e6c80c170db542770cd
* Switched the SMTP Client back to a simple timer-event hook with a static variable lock.  I couldn't figure out why davew's locking system didn't work.  The code looks solid, but for some reason, after the first time it hits that 'already running' thread, once that first thread exits it never starts again.
citadel/modules/smtp/serv_smtp.c