X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fauths%2Fget_data.c;h=a121bde72f5c35bee6b77c7c16d5fb987a71c5fa;hb=5a66c31b0ec1f4128df4398e18dfe497c2a34de7;hp=ab78d972f4cb04bb71591c41f694b53e6fab2f40;hpb=c988f1f4faa9f679f79beddf3c14676c5dcb8e28;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/auths/get_data.c b/src/src/auths/get_data.c index ab78d972f..a121bde72 100644 --- a/src/src/auths/get_data.c +++ b/src/src/auths/get_data.c @@ -1,10 +1,8 @@ -/* $Cambridge: exim/src/src/auths/get_data.c,v 1.2 2005/01/04 10:00:43 ph10 Exp $ */ - /************************************************* * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2005 */ +/* Copyright (c) University of Cambridge 1995 - 2009 */ /* See the file NOTICE for conditions of use and distribution. */ #include "../exim.h" @@ -40,6 +38,7 @@ while ((c = receive_getc()) != '\n' && c != EOF) } if (p > 0 && big_buffer[p-1] == '\r') p--; big_buffer[p] = 0; +DEBUG(D_receive) debug_printf("SMTP<< %s\n", big_buffer); if (Ustrcmp(big_buffer, "*") == 0) return CANCELLED; *aptr = big_buffer; return OK;