Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
bfdf57ef
Commit
bfdf57ef
authored
Nov 05, 2004
by
jani@a193-229-222-105.elisa-laajakaista.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a typo that caused segmentation fault when using
--defaults-extra-file option.
parent
862978dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mysys/default.c
mysys/default.c
+1
-1
No files found.
mysys/default.c
View file @
bfdf57ef
...
...
@@ -199,7 +199,7 @@ int load_defaults(const char *conf_file, const char **groups,
}
else
if
(
defaults_extra_file
)
{
for
(
ext
=
(
char
**
)
f_extensions
;
ext
;
ext
++
)
for
(
ext
=
(
char
**
)
f_extensions
;
*
ext
;
*
ext
++
)
if
(
search_default_file
(
&
args
,
&
alloc
,
NullS
,
defaults_extra_file
,
*
ext
,
&
group
)
<
0
)
goto
err
;
/* Fatal error */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment