Thread safety.
authorIain Patterson <me@iain.cx>
Sat, 26 Feb 2011 11:50:13 +0000 (11:50 +0000)
committerIain Patterson <me@iain.cx>
Sat, 26 Feb 2011 11:50:13 +0000 (11:50 +0000)
commit70453ecb690ff5d6008677ced1016d0235bee329
treed40f12f296a7db8e4517b50514f388f93b4f27ce
parent9ee3804b6f85ded39df177e62ff7f51028686cde
Thread safety.

Multiple threads might call error_string() so a static buffer is
dangerous.  Use TLS for a safe buffer.
event.cpp
nssm.cpp