[evolution-data-server] camel_service_disconnect(): Missing break in switch statement.



commit 61ff6733c679abec41564a97272d9490f22f52d5
Author: Matthew Barnes <mbarnes redhat com>
Date:   Tue May 22 09:11:21 2012 -0400

    camel_service_disconnect(): Missing break in switch statement.

 camel/camel-service.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/camel/camel-service.c b/camel/camel-service.c
index 17d481a..e8fd330 100644
--- a/camel/camel-service.c
+++ b/camel/camel-service.c
@@ -1837,6 +1837,7 @@ camel_service_disconnect (CamelService *service,
 				cancellable,
 				service_shared_disconnect_cb,
 				connection_op_ref (op));
+			break;
 
 		/* If a disconnect operation is already in progress,
 		 * queue this operation so it completes at the same



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]