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
c436508d
...
c436508da83ca3247f7350b9a9c2b8639ddca3c8
authored
2008-12-03 15:01:51 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
* libproto/pop/url.c (_url_pop_init): Remove obsolete call to
mu_url_init.
1 parent
9570a245
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
libproto/pop/url.c
libproto/pop/url.c
View file @
c436508
...
...
@@ -71,9 +71,8 @@ _url_pop_init (mu_url_t url)
int
_url_pops_init
(
mu_url_t
url
)
{
int
status
=
mu_url_init
(
url
,
MU_POPS_PORT
,
"pops"
);
if
(
status
)
return
status
;
if
(
url
->
port
==
0
)
url
->
port
=
MU_POPS_PORT
;
url
->
_destroy
=
url_pop_destroy
;
...
...
Please
register
or
sign in
to post a comment