]> git.tuebingen.mpg.de Git - paraslash.git/commit
client: do not ignore startup log messages
authorAndre <maan@p133.(none)>
Wed, 28 Jun 2006 17:38:42 +0000 (19:38 +0200)
committerAndre <maan@p133.(none)>
Wed, 28 Jun 2006 17:38:42 +0000 (19:38 +0200)
commit861631dded9580da5f1a840bfdf0153f9bc60d0c
tree17f9cfb16296ebe885295c2495e3af0fc8e98da9
parentbf2430160b2704e97a3ff1774d689b4b85e94eb5
client: do not ignore startup log messages

If an error occurs before the private_client_data struct is initialized,
the error message is silently ignored. Fix it by always printing the
log message if the struct pointer is NULL.
client.c