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
Please register or sign in to comment