Hi Denis On 12/20/2010 01:01 PM, ext Denis Kenzior wrote: >> + >> +static const char *voicecall_build_path(struct ofono_cdma_voicecall_manager *vc) >> +{ >> + static char path[256]; >> + >> + snprintf(path, sizeof(path), "%s/voicecall", >> + __ofono_atom_get_path(vc->atom)); > > I'm still confused what this is for? The CDMA voicecall proposal does > not have leaf objects... Sorry yes, this is the same oversight as before. I will fix this and remove these path references. Thanks Dara