summaryrefslogtreecommitdiff
path: root/camel
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2006-04-18 21:00:44 +0000
committerJeffrey Stedfast <fejj@src.gnome.org>2006-04-18 21:00:44 +0000
commit03547eb0d58226a777aa7e6c1f11862a8d0552cc (patch)
tree9c1d96cbba3e26231f5d7357c76cd080c60b03c6 /camel
parent793e031b8f227ba1bc17612e4380f6c6da03d708 (diff)
downloadevolution-data-server-03547eb0d58226a777aa7e6c1f11862a8d0552cc.tar.gz
fixed a type-o
Diffstat (limited to 'camel')
-rw-r--r--camel/providers/smtp/camel-smtp-transport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/providers/smtp/camel-smtp-transport.c b/camel/providers/smtp/camel-smtp-transport.c
index 42a038219..423714ebd 100644
--- a/camel/providers/smtp/camel-smtp-transport.c
+++ b/camel/providers/smtp/camel-smtp-transport.c
@@ -916,7 +916,7 @@ smtp_helo (CamelSmtpTransport *transport, CamelException *ex)
char *name = NULL, *cmdbuf = NULL, *respbuf = NULL;
const char *token, *numeric = NULL;
struct sockaddr *addr;
- socklet_t addrlen;
+ socklen_t addrlen;
/* these are flags that we set, so unset them in case we
are being called a second time (ie, after a STARTTLS) */