rpcrt4: Use correct count in rpcrt4_conn_np_write.
commit764cf334d6aa909a29cf21e4d9a90ce06209598a
authorDan Hipschman <dsh@linux.ucla.edu>
Wed, 19 Mar 2008 22:03:00 +0000 (19 15:03 -0700)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 20 Mar 2008 13:27:34 +0000 (20 14:27 +0100)
tree4fa5ecd127037c3079bc265c63eb92e622b76737
parent95c280178478c04f8a38bf42952ed175dec01db2
rpcrt4: Use correct count in rpcrt4_conn_np_write.

count is the total count passed into rpcrt4_conn_np_write.  If WriteFile
does a partial write it would end up writing too much subsequent times
through the loop.  All tests pass as before.
dlls/rpcrt4/rpc_transport.c