Cleaning up warnings in client
authorJohn Hodge <[email protected]>
Tue, 27 Dec 2011 10:35:55 +0000 (18:35 +0800)
committerJohn Hodge <[email protected]>
Tue, 27 Dec 2011 10:35:55 +0000 (18:35 +0800)
src/client/main.c

index d773c18..cb381bd 100644 (file)
@@ -1334,7 +1334,7 @@ int Authenticate_AutoAuth(int Socket, const char *Username)
                break;
        
        case 401:       // Untrusted
-               fprintf(stderr, "Untrusted host, AUTOAUTH unavaliable\n");
+//             fprintf(stderr, "Untrusted host, AUTOAUTH unavaliable\n");
                ret = RV_PERMISSIONS;
                break;
        case 404:       // Bad Username
@@ -1373,7 +1373,7 @@ int Authenticate_AuthIdent(int Socket)
                break;
        
        case 401:       // Untrusted
-//             fprintf(stderr, "Untrusted host, AUTOAUTH unavaliable\n");
+//             fprintf(stderr, "Untrusted host, AUTHIDENT unavaliable\n");
                ret = RV_PERMISSIONS;
                break;
        

UCC git Repository :: git.ucc.asn.au