Re: [PATCH] Fail immediately enabling/disabling unregistered technology

2010-05-11 Thread Marcel Holtmann
Hi Forest, > Previously, calling EnableTechnology or DisableTechnology with an > unregistered technology type caused the call to fail silently and > eventually timeout. With this patch, a "Not Registered" error is > returned immediately instead. patch has been applied. Thanks. Regards Marcel

[PATCH] Fail immediately enabling/disabling unregistered technology

2010-05-11 Thread Forest Bond
Previously, calling EnableTechnology or DisableTechnology with an unregistered technology type caused the call to fail silently and eventually timeout. With this patch, a "Not Registered" error is returned immediately instead. --- src/connman.h |1 + src/manager.c |6 ++ src/notifie