projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee70348
)
pop3: Fixed unnecessary parent structure reference
author
Steve Holme
<steve_holme@hotmail.com>
Sun, 3 Mar 2013 11:10:24 +0000
(11:10 +0000)
committer
Steve Holme
<steve_holme@hotmail.com>
Sun, 3 Mar 2013 11:10:24 +0000
(11:10 +0000)
Updated pop3 code following recent imap changes.
lib/pop3.c
patch
|
blob
|
history
diff --git
a/lib/pop3.c
b/lib/pop3.c
index 6db71d1e63405d5445e7e70e7e89e9742967bc44..69638a946e04bcf15bb4f8d77f9be72e1b5d5dc5 100644
(file)
--- a/
lib/pop3.c
+++ b/
lib/pop3.c
@@
-1547,7
+1547,7
@@
static CURLcode pop3_parse_custom_request(struct connectdata *conn)
CURLcode result = CURLE_OK;
struct SessionHandle *data = conn->data;
struct POP3 *pop3 = data->state.proto.pop3;
- const char *custom =
conn->
data->set.str[STRING_CUSTOMREQUEST];
+ const char *custom = data->set.str[STRING_CUSTOMREQUEST];
/* URL decode the custom request */
if(custom)