Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
23b0457b
...
23b0457b0b15cb45606177847a22275ec33079eb
authored
2008-01-24 17:21:33 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_cfg_section_add_params): Initialize section.target with param->data;
1 parent
b39031cd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
mailbox/cfg_driver.c
mailbox/cfg_driver.c
View file @
23b0457
...
...
@@ -293,6 +293,7 @@ mu_cfg_section_add_params (struct mu_cfg_section *sect,
mu_config_clone_container
(
container
);
if
(
mu_refcount_value
(
container
->
refcount
)
>
1
)
dup_container
(
&
container
);
container
->
v
.
section
.
target
=
param
->
data
;
container
->
v
.
section
.
offset
=
param
->
offset
;
}
}
...
...
Please
register
or
sign in
to post a comment