From Bill Parker: check for ws_fopen() failing.
authorGuy Harris <guy@alum.mit.edu>
Wed, 10 Oct 2012 19:33:49 +0000 (19:33 -0000)
committerGuy Harris <guy@alum.mit.edu>
Wed, 10 Oct 2012 19:33:49 +0000 (19:33 -0000)
commit8c2916b5bb898e52feaa3c002675e19efc3722e8
treead803541c874ad0bdd0f43c1892442e754c922fe
parent98b0812341cc2d0fa146b10f086c72c968068cc6
From Bill Parker: check for ws_fopen() failing.

From me: instead of logging the error with a macro that requires dbg_out
to be set, and giving up, set dbg_out to stderr, log the message (which
now notes that logging will be done to the standard error), and drive
on.

Part of fix for bug 7824.

svn path=/trunk/; revision=45454
wiretap/k12.c