X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-supervision.c;h=e6bc0a516e7535a0e2863520cb3698c5c17abbe2;hb=58a21f8f9465a20cba3fdfc3abaee866dafc245f;hp=8636ef035ae0b583a1160dbe896937d7973085ea;hpb=9893640014f28ef9ad844939405f84b75a7fb57e;p=src%2Fapp-framework-binder.git diff --git a/src/afb-supervision.c b/src/afb-supervision.c index 8636ef03..e6bc0a51 100644 --- a/src/afb-supervision.c +++ b/src/afb-supervision.c @@ -212,7 +212,7 @@ static void try_connect_supervisor() ERROR("Creation of supervisor failed: %m"); goto end; } - afb_stub_ws_on_hangup(supervisor, on_supervisor_hangup); + afb_stub_ws_set_on_hangup(supervisor, on_supervisor_hangup); /* successful termination */ goto end;