Skip to content
Commit edf75ee4 authored by Carl Harris's avatar Carl Harris
Browse files

fixed a potential NPE in RemoteAppenderStreamClient.run

The ObjectInputStream reference (oos) was being closed without checking
to see if it was ever created.  If the ObjectInputStream constructor
happened to throw an exception, we'd have an NPE here.  Not likely, but
worth handling properly.
parent 76d0bc4c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment