Skip to content

Commit a7e2306

Browse files
author
Sven Sandberg
committed
Fixed compilation error.
1 parent a358efd commit a7e2306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/ndb/src/mgmsrv/InitConfigFileParser.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ load_defaults(Vector<struct my_option>& options, const char* groups[])
702702
BaseString group_suffix;
703703

704704
const char *save_file = my_defaults_file;
705-
char *save_extra_file = my_defaults_extra_file;
705+
const char *save_extra_file = my_defaults_extra_file;
706706
const char *save_group_suffix = my_defaults_group_suffix;
707707

708708
if (my_defaults_file)

0 commit comments

Comments
 (0)