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
5e267581
...
5e2675817ac312938e7b0d29fe6a8a9c5aab2ae8
authored
2003-09-04 11:49:48 +0000
by
Wojciech Polak
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Forgot to remove 'status'.
1 parent
873c2e9b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mailbox/wicket.c
mailbox/wicket.c
View file @
5e26758
...
...
@@ -145,7 +145,7 @@ myticket_create (ticket_t *pticket, const char *user, const char *pass, const ch
}
ticket_set_destroy
(
*
pticket
,
myticket_destroy
,
NULL
);
status
=
ticket_set_pop
(
*
pticket
,
myticket_pop
,
NULL
);
ticket_set_pop
(
*
pticket
,
myticket_pop
,
NULL
);
ticket_set_data
(
*
pticket
,
mdata
,
NULL
);
if
(
filename
)
...
...
Please
register
or
sign in
to post a comment