Hi Pekka, > src/task.c | 8 +++++++- > 1 files changed, 7 insertions(+), 1 deletions(-)
patch has been applied. Thanks. > + if (task->child_watch) > + g_source_remove(task->child_watch); I prefer doing if (task->child_watch > 0) here since the watch handling has special logic behind it. I fixed this up for you. Regards Marcel _______________________________________________ connman mailing list [email protected] http://lists.connman.net/listinfo/connman
