From 2005193a508dff6ad5702884cb8dc80d70d4f1ce Mon Sep 17 00:00:00 2001 From: unknown <tulin@build.mysql.com> Date: Thu, 6 Jan 2005 21:01:32 +0100 Subject: [PATCH] main.cpp: correcting 4.1 merge error ndb/src/mgmsrv/main.cpp: correcting 4.1 merge error --- ndb/src/mgmsrv/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ndb/src/mgmsrv/main.cpp b/ndb/src/mgmsrv/main.cpp index 4a8b79d3ddc..a638b85426e 100644 --- a/ndb/src/mgmsrv/main.cpp +++ b/ndb/src/mgmsrv/main.cpp @@ -155,6 +155,7 @@ get_one_option(int optid, const struct my_option *opt __attribute__((unused)), "Tcp connections will now be used instead\n"); opt_ndb_shm= 0; #endif + break; case '?': usage(); exit(0); -- 2.30.9