Bug #627336 - Groupwise cal can return NULL without error on create_object
authorMilan Crha <mcrha@redhat.com>
Wed, 8 Sep 2010 11:15:51 +0000 (13:15 +0200)
committerMilan Crha <mcrha@redhat.com>
Wed, 8 Sep 2010 11:15:51 +0000 (13:15 +0200)
calendar/backends/groupwise/e-cal-backend-groupwise.c

index aff1e1b..14ab019 100644 (file)
@@ -1999,7 +1999,6 @@ e_cal_backend_groupwise_create_object (ECalBackendSync *backend, EDataCal *cal,
 
                /* If delay deliver has been set, server will not send the uid */
                if (!uid_list || ((e_cal_component_get_vtype (comp) == E_CAL_COMPONENT_JOURNAL) && e_cal_component_has_organizer (comp))) {
-                       *calobj = NULL;
                        g_object_unref (comp);
                        return;
                }