ovsdb: Fix unused warning.
authorEthan Jackson <ethan@nicira.com>
Tue, 8 Feb 2011 19:50:15 +0000 (11:50 -0800)
committerEthan Jackson <ethan@nicira.com>
Tue, 8 Feb 2011 20:40:28 +0000 (12:40 -0800)
commita02f82862e2d6794d090284806fb79b5a77c20ae
tree84a7ec6ecf894786bf0a1a73b49613a55a9a31e8
parent9cef6345b7f0d8981e00a5fabee59697d817cf3c
ovsdb: Fix unused warning.

"warning: 'parse_db_string_column' defined but not used"
This commit fixes the above warning when compiling on systems which
do not have SSL support.  It also causes query_db_string() to
always be compiled on these systems as it is not SSL specific and
may be useful in the future.
ovsdb/ovsdb-server.c