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
ae520dbf
...
ae520dbf86baf74871744121270756460b9765f2
authored
2001-10-10 15:16:22 +0000
by
Alain Magloire
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Quick fix, from botch code commited to late.
1 parent
99035e09
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
mailbox/folder.c
mailbox/folder.c
View file @
ae520db
...
...
@@ -269,6 +269,10 @@ folder_set_ticket (folder_t folder, ticket_t ticket)
return
EINVAL
;
if
(
folder
->
ticket
)
ticket_destroy
(
&
(
folder
->
ticket
),
folder
);
if
(
folder
->
authority
)
{
authority_set_ticket
(
folder
->
authority
,
ticket
);
}
folder
->
ticket
=
ticket
;
return
0
;
}
...
...
Please
register
or
sign in
to post a comment