prevent race NPE

This commit is contained in:
zzz
2009-05-01 12:14:31 +00:00
parent 4139b36eac
commit d3181e53cc

View File

@ -143,7 +143,6 @@ public class I2CPMessageReader {
_log.error("Error closing the stream", ioe); _log.error("Error closing the stream", ioe);
} }
} }
_stream = null;
} }
public void run() { public void run() {
@ -186,7 +185,7 @@ public class I2CPMessageReader {
} }
} }
} }
// boom bye bye bad bwoy _stream = null;
} }
} }
} }