]> git.proxmox.com Git - ovs.git/commit - lib/unixctl.c
unixctl: Fix bad log message on error path.
authorBen Pfaff <blp@nicira.com>
Fri, 23 Mar 2012 20:42:12 +0000 (13:42 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 23 Mar 2012 20:42:12 +0000 (13:42 -0700)
commit324f0c59d2bf3a0ad74c93b683b6ceeb1d732304
tree6aca4ec214be7acf2d4f4215baa1004b7fdab985
parent05fe17646fc1ed2527f26eddb13e09ec14cc29b9
unixctl: Fix bad log message on error path.

'path' is usually not the right path (often it's NULL).

Introduced in commit bde9f75de (unixctl: New JSON RPC back-end.).

Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/unixctl.c