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:44:14 +0000 (16:44 -0800)
commit633aaefd48bedd45811ac36793669a5fad378d24
tree83bb9ed0353245c3f37539df5de3c7c3cc1a30f5
parent385d06c5001db61ad29fc87d601182424022fad7
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