ovsdb: Make JSON-RPC sessions other than the first work.
authorBen Pfaff <blp@nicira.com>
Fri, 6 Nov 2009 20:26:00 +0000 (12:26 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 6 Nov 2009 20:26:22 +0000 (12:26 -0800)
commitc2bffba3ee2c8f67863d2714c8d11acaec39632f
treea5b6aea4e635f058373698f0c6324841f9699030
parent6e57173fab673b66870b3e181f09542da0d61587
ovsdb: Make JSON-RPC sessions other than the first work.

The number of open sessions wasn't being tracked properly, so closing a
JSON-RPC database session made it impossible to open any more.
ovsdb/jsonrpc-server.c