Changeset: c7fbf82765be for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c7fbf82765be
Modified Files:
        common/utils/msabaoth.c
Branch: Dec2011
Log Message:

registerStop: make sure we can reach the cleanup code in case of success


diffs (11 lines):

diff --git a/common/utils/msabaoth.c b/common/utils/msabaoth.c
--- a/common/utils/msabaoth.c
+++ b/common/utils/msabaoth.c
@@ -432,7 +432,6 @@ msab_registerStop(void)
                fprintf(f, LLFMT "\n", (lng)time(NULL));
                (void)fflush(f);
                (void)fclose(f);
-               return(NULL);
        } else {
                char buf[PATHLENGTH];
                snprintf(buf, sizeof(buf), "failed to open file: %s (%s)",
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to