remove useless message
don't complain about missing greeting response - we already complained about an unexpected EOF anyway.
This commit is contained in:
		
							parent
							
								
									90a38ea810
								
							
						
					
					
						commit
						70e87eb99e
					
				
					 1 changed files with 1 additions and 3 deletions
				
			
		| 
						 | 
					@ -1394,10 +1394,8 @@ imap_open_store( store_conf_t *conf,
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/* read the greeting string */
 | 
						/* read the greeting string */
 | 
				
			||||||
	if (buffer_gets( &ctx->buf, &rsp )) {
 | 
						if (buffer_gets( &ctx->buf, &rsp ))
 | 
				
			||||||
		error( "IMAP error: no greeting response\n" );
 | 
					 | 
				
			||||||
		goto bail;
 | 
							goto bail;
 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
	arg = next_arg( &rsp );
 | 
						arg = next_arg( &rsp );
 | 
				
			||||||
	if (!arg || *arg != '*' || (arg = next_arg( &rsp )) == NULL) {
 | 
						if (!arg || *arg != '*' || (arg = next_arg( &rsp )) == NULL) {
 | 
				
			||||||
		error( "IMAP error: invalid greeting response\n" );
 | 
							error( "IMAP error: invalid greeting response\n" );
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue