Authenticator gsasl: client support. Bug 2349
[exim.git] / src / src / auths / get_data.c
index efb4d6d8b6897f493373c3712451050bbe4f066f..8a05a82e4481922e8076dc285483e667b217d699 100644 (file)
@@ -193,7 +193,7 @@ else
 has succeeded. There may be more data to send, but is there any point
 in provoking an error here? */
 
-if (smtp_read_response(sx, US buffer, buffsize, '2', timeout))
+if (smtp_read_response(sx, buffer, buffsize, '2', timeout))
   {
   *inout = NULL;
   return OK;