Whamcloud - gitweb
b=2774
authorjacob <jacob>
Fri, 20 Feb 2004 08:44:33 +0000 (08:44 +0000)
committerjacob <jacob>
Fri, 20 Feb 2004 08:44:33 +0000 (08:44 +0000)
commit73c99d4362750638be8e2f4e399796e76493d5bb
tree25e327e5d33a2ede027e038d0418dc7f93a37c2e
parenta70eb6ff289cd2984f1e5af94e65cdc882606a23
b=2774
r=phil

if portals_nid2str() is used twice in a single printf-type thing it
will end up printing the same ip both times.

this patch adds a second buffer so that it prints the correct things.
lnet/klnds/socklnd/socklnd_cb.c
lustre/portals/knals/socknal/socknal_cb.c