Mercurial > noffle
changeset 6:6e822f4b19f9 noffle
[svn] Set Client-Authenticated flag to False on connection to server.
Could have caused a failure in Online-Mode?
| author | enz | 
|---|---|
| date | Thu, 10 Feb 2000 19:27:17 +0000 | 
| parents | ba3bf8f65e18 | 
| children | 29a576bc379a | 
| files | client.c | 
| diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] | 
line wrap: on
 line diff
--- a/client.c Thu Jan 13 20:51:08 2000 +0000 +++ b/client.c Thu Feb 10 19:27:17 2000 +0000 @@ -1,7 +1,7 @@ /* client.c - $Id: client.c 3 2000-01-04 11:35:42Z enz $ + $Id: client.c 11 2000-02-10 19:27:17Z enz $ */ #include "client.h" @@ -245,6 +245,7 @@ Str host, s; struct sockaddr_in sIn; + client.auth = FALSE; Utl_cpyStr( s, serv ); pStart = Utl_stripWhiteSpace( s ); pColon = strstr( pStart, ":" );
