Commit 2c83dba2 authored by jani@rhols221.adsl.netsonic.fi's avatar jani@rhols221.adsl.netsonic.fi
Browse files

Fixed a bug in mysqlmanager-pwgen.

parent 0ba01513
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
   along with this program; if not, write to the Free Software
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */

#define MANAGER_PWGEN_VERSION "1.2"
#define MANAGER_PWGEN_VERSION "1.3"

#include <my_global.h>
#include <m_ctype.h>
@@ -86,9 +86,6 @@ get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
  case 'V':
    print_version();
    exit(0);
  default:
    usage();
    exit(1);
  }
  return 0;
}