From 3048dc0fa263ee1654d94753cf048212d565d7b4 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 11 Nov 2004 13:22:33 +0000 Subject: forgot a return 0 removed some errorcodes not used ndb/src/mgmclient/CommandInterpreter.cpp: forgot a return 0 ndb/src/ndbapi/ndberror.c: removed some errorcodes not used --- ndb/src/mgmclient/CommandInterpreter.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'ndb/src/mgmclient') diff --git a/ndb/src/mgmclient/CommandInterpreter.cpp b/ndb/src/mgmclient/CommandInterpreter.cpp index f1a953769b8..fde4e5a2e91 100644 --- a/ndb/src/mgmclient/CommandInterpreter.cpp +++ b/ndb/src/mgmclient/CommandInterpreter.cpp @@ -200,6 +200,7 @@ extern "C" { int ndb_mgmclient_handle_destroy(Ndb_mgmclient_handle h) { delete (Ndb_mgmclient*)h; + return 0; } } /* -- cgit v1.2.1