[selene-tls] push by p...@querna.org - destroy any pending fatal errors on destruction on 2011-08-14 22:40 GMT

1 view
Skip to first unread message

selen...@googlecode.com

unread,
Aug 14, 2011, 6:53:41 PM8/14/11
to selene-...@googlegroups.com
Revision: 35375ba78446
Author: Paul Querna <pqu...@apache.org>
Date: Sun Aug 14 15:40:37 2011
Log: destroy any pending fatal errors on destruction

http://code.google.com/p/selene-tls/source/detail?r=35375ba78446

Modified:
/lib/parser/parser_init.c

=======================================
--- /lib/parser/parser_init.c Sat Jul 30 10:45:52 2011
+++ /lib/parser/parser_init.c Sun Aug 14 15:40:37 2011
@@ -98,5 +98,10 @@

s->backend_baton = NULL;

+ if (baton->fatal_err) {
+ selene_error_clear(baton->fatal_err);
+ baton->fatal_err = SELENE_SUCCESS;
+ }
+
return SELENE_SUCCESS;
}

Reply all
Reply to author
Forward
0 new messages