From: Mark H. <ma...@os...> - 2004-03-30 23:00:28
|
While doing some testing I ran across this. Probably a cut/paste error. If there no objections I'll check in this change: --- port.c 2004-03-26 15:52:20.000000000 -0800 +++ /home/markh/views/tipc/cvs_rw/source/unstable/net/tipc/port.c 2004-03-30 14:55:23.946174911 -0800 @@ -725,7 +725,7 @@ uport = dport->user_port; usr_handle = uport->usr_handle; connected = dport->publ.connected; - published = dport->publ.connected; + published = dport->publ.published; if (unlikely(msg_errcode(msg))) goto err; -- Mark Haverkamp <ma...@os...> |