From 3bbffc18de859c02130f135293e90a280101b79f Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Tue, 18 Apr 2006 19:04:30 +0000 Subject: Renamed 'byte' to 'byte_t'. --- src/net/imap/IMAPConnection.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/net/imap') diff --git a/src/net/imap/IMAPConnection.cpp b/src/net/imap/IMAPConnection.cpp index 9683b009..7f13cf48 100644 --- a/src/net/imap/IMAPConnection.cpp +++ b/src/net/imap/IMAPConnection.cpp @@ -370,10 +370,10 @@ void IMAPConnection::authenticateSASL() continue; } - byte* challenge = 0; + byte_t* challenge = 0; int challengeLen = 0; - byte* resp = 0; + byte_t* resp = 0; int respLen = 0; try -- cgit