Fix reading wrong value when bad file provided.
authorJustin Pettit <jpettit@nicira.com>
Wed, 1 Apr 2009 23:44:09 +0000 (16:44 -0700)
committerJustin Pettit <jpettit@nicira.com>
Wed, 1 Apr 2009 23:44:09 +0000 (16:44 -0700)
commit28b2c0edb26b36d746ad03c7ef93d5a408323a00
tree08143a31d1630a547a9481b8da68f9b9893d7ebf
parent730ede05e5bf290c44d40143d4de8b49435cb3f5
Fix reading wrong value when bad file provided.

When a non-existent config file is specified, we print an error message.
Unfortunately, this was attempting to read the filename from the wrong
variable, so a random pointer was being treated as a string.
vswitchd/brcompatd.c
vswitchd/vswitchd.c