Hi Andras On 02/09/2011 04:33 AM, Andras Domokos wrote: > --- > src/call-barring.c | 74 ---------------------------------------------------- > 1 files changed, 0 insertions(+), 74 deletions(-) > > diff --git a/src/call-barring.c b/src/call-barring.c > index 649826e..84ed277 100644 > --- a/src/call-barring.c > +++ b/src/call-barring.c > @@ -58,9 +58,6 @@ struct ofono_call_barring { > int ss_req_lock; > struct ofono_ssn *ssn; You forgot to remove this part in your patch. I applied your patch and fixed this in a follow on patch. > struct ofono_ussd *ussd; > - unsigned int incoming_bar_watch; > - unsigned int outgoing_bar_watch; > - unsigned int ssn_watch; > unsigned int ussd_watch; > const struct ofono_call_barring_driver *driver; > void *driver_data; Regards, -Denis