Fix SEGV: client.database reference
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 11 Mar 2010 14:44:17 +0000 (15:44 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 11 Mar 2010 14:44:17 +0000 (15:44 +0100)
commitb028d4b9046a07b56569a82359ced280d5b5d21f
tree5687c3afff313a9d18aee98b42e276a56bd2fbcc
parente16c7d63a981ddeb2d93fc6c59ce0cc33f151c92
Fix SEGV: client.database reference

Ensure client.database (session_database) is set to NULL when it
is no longer associated with a session. If it is NULL, then function
client_get_URL will return "NOURL".
src/client.c