Improve handling of unexpected 'status' in process_status_msg().
authorBen Pfaff <blp@nicira.com>
Wed, 21 Jan 2009 00:28:38 +0000 (16:28 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 21 Jan 2009 00:45:22 +0000 (16:45 -0800)
commit21e087cf0dff612754649f43fdf9715f701cae7a
treeabdd7773dd3c6dd14e9c8aa9114ece51cd491572
parent9920772dcc7d118444a22b53f5e9c0db2a844702
Improve handling of unexpected 'status' in process_status_msg().

This function was getting passed -1 as 'status' due to a bug elsewhere,
and it was outputting ", core dumped" as the result, which clearly isn't
very helpful.  This improves the situation.
lib/process.c