Changeset 3481

Show
Ignore:
Timestamp:
03/06/08 19:31:17
Author:
pvanhoof
Message:

Setting an exception in case password is null

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libtinymail-camel/camel-lite/camel/providers/smtp/camel-smtp-transport.c

    r3480 r3481  
    573573                                if (!service->url->passwd) { 
    574574                                        camel_service_disconnect (service, TRUE, NULL); 
    575                                         return FALSE; 
     575                                        authenticated = FALSE; 
     576                                        goto error_situation; 
    576577                                } 
    577578                        } 
     
    588589        } else  
    589590                authenticated = TRUE; 
     591 
     592error_situation: 
    590593 
    591594        if (!authenticated)