camel_service_disconnect(): Missing break in switch statement.
authorMatthew Barnes <mbarnes@redhat.com>
Tue, 22 May 2012 13:11:21 +0000 (09:11 -0400)
committerMatthew Barnes <mbarnes@redhat.com>
Tue, 22 May 2012 13:11:57 +0000 (09:11 -0400)
camel/camel-service.c

index 17d481a..e8fd330 100644 (file)
@@ -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