diff options
Diffstat (limited to 'src/net/pop3/POP3Store.cpp')
-rw-r--r-- | src/net/pop3/POP3Store.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/pop3/POP3Store.cpp b/src/net/pop3/POP3Store.cpp index 24e5b9c3..ba4a5254 100644 --- a/src/net/pop3/POP3Store.cpp +++ b/src/net/pop3/POP3Store.cpp @@ -454,10 +454,10 @@ void POP3Store::authenticateSASL() } case RESPONSE_READY: { - byte* challenge = 0; + byte_t* challenge = 0; int challengeLen = 0; - byte* resp = 0; + byte_t* resp = 0; int respLen = 0; try |