null+****@clear*****
null+****@clear*****
2010年 7月 13日 (火) 15:40:47 JST
Kouhei Sutou 2010-07-13 06:40:47 +0000 (Tue, 13 Jul 2010)
New Revision: e63c90aaf347dc9bb8b2e0d476a46f1e8393ac21
Log:
remove needless config_path address reset.
Modified files:
src/groonga.c
Modified: src/groonga.c (+0 -1)
===================================================================
--- src/groonga.c 2010-07-13 05:22:39 +0000 (2d83793)
+++ src/groonga.c 2010-07-13 06:40:47 +0000 (838eb25)
@@ -2059,7 +2059,6 @@ main(int argc, char **argv)
usage(stderr);
return EXIT_FAILURE;
}
- opts[18].arg = NULL;
if (config_path) {
if (!load_config_file(config_path, opts, &mode)) {
fprintf(stderr, "%s: can't open config file: %s (%s)\n",