citadel_ipc.c: comment out block of code that
authorArt Cancro <ajc@citadel.org>
Wed, 21 Jun 2006 03:26:57 +0000 (03:26 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 21 Jun 2006 03:26:57 +0000 (03:26 +0000)
commit86fb0a638d8584e86fc9e4f7bda603334dd46bd1
tree6c3987d771cfb5238eb9bd63ea7fb6a919462987
parent7abe50c954a98f62753d57b142f401f2c52fbb7a
citadel_ipc.c: comment out block of code that
handles certain OpenSSL errors incorrectly.  It was recursing into itself
infinitely until a stack overflow.  The condition under which this occurs
has not been located or fixed, but at least now it will exit with an
OpenSSL error message.
citadel/citadel_ipc.c