projects
/
platform
/
upstream
/
evolution-data-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17f3fa1
)
camel_service_disconnect(): Missing break in switch statement.
author
Matthew Barnes
<mbarnes@redhat.com>
Tue, 22 May 2012 13:11:21 +0000
(09:11 -0400)
committer
Matthew Barnes
<mbarnes@redhat.com>
Tue, 22 May 2012 13:11:57 +0000
(09:11 -0400)
camel/camel-service.c
patch
|
blob
|
history
diff --git
a/camel/camel-service.c
b/camel/camel-service.c
index
17d481a
..
e8fd330
100644
(file)
--- 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