Missing comma
authorFederico Mena Quintero <federico@novell.com>
Thu, 12 Aug 2010 18:15:26 +0000 (13:15 -0500)
committerFederico Mena Quintero <federico@novell.com>
Thu, 12 Aug 2010 18:26:57 +0000 (13:26 -0500)
Signed-off-by: Federico Mena Quintero <federico@novell.com>
camel/camel-tcp-stream-raw.c

index ed46826..dfe4619 100644 (file)
@@ -805,7 +805,7 @@ socks5_initiate_and_request_authentication (CamelTcpStreamRaw *raw, PRFileDesc *
        }
 
        if (reply[1] != 0) {            /* and it grants us no authentication (see request[2]) */
-               g_set_error (error, CAMEL_PROXY_ERROR, CAMEL_PROXY_ERROR_CANT_AUTHENTICATE
+               g_set_error (error, CAMEL_PROXY_ERROR, CAMEL_PROXY_ERROR_CANT_AUTHENTICATE,
                             _("Could not find a suitable authentication type: code 0x%x"),
                             reply[1]);
                return FALSE;