diff options
| author | Milan Crha <mcrha@redhat.com> | 2012-02-14 10:32:05 +0100 |
|---|---|---|
| committer | Milan Crha <mcrha@redhat.com> | 2012-02-14 10:32:05 +0100 |
| commit | b9ad01ba73afb402f194c2f66a90432e47003091 (patch) | |
| tree | c09059c414d6f1fad4860e223dad1689b4a784c5 /calendar/backends/http | |
| parent | 016807ef1344581f0a39579eb3561367f684652e (diff) | |
| download | evolution-data-server-b9ad01ba73afb402f194c2f66a90432e47003091.tar.gz | |
Fix issues found by Coverity Scan
Diffstat (limited to 'calendar/backends/http')
| -rw-r--r-- | calendar/backends/http/e-cal-backend-http.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/calendar/backends/http/e-cal-backend-http.c b/calendar/backends/http/e-cal-backend-http.c index c378f45ee..c81a4ede3 100644 --- a/calendar/backends/http/e-cal-backend-http.c +++ b/calendar/backends/http/e-cal-backend-http.c @@ -1181,8 +1181,6 @@ create_user_free_busy (ECalBackendHttp *cbhttp, if (!obj_sexp) return vfb; - if (!obj_sexp) - return vfb; slist = e_cal_backend_store_get_components (store); |
