Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
codes
codes
Commits
48d60634
Commit
48d60634
authored
Aug 26, 2015
by
Jonathan Jenkins
Browse files
tweak workload type config entry
parent
bff9aee3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/workload/codes-workload.c
View file @
48d60634
...
...
@@ -81,7 +81,7 @@ codes_workload_config_return codes_workload_read_config(
r
.
type
=
NULL
;
r
.
params
=
NULL
;
int
rc
=
configuration_get_value
(
handle
,
section_name
,
"type"
,
int
rc
=
configuration_get_value
(
handle
,
section_name
,
"
workload_
type"
,
annotation
,
type
,
MAX_NAME_LENGTH_WKLD
);
if
(
rc
<=
0
)
return
r
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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