X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fmain.c;h=e3f4251c30abb6e53a9a095bc99904125ce020f3;hb=f15ea770dd9b13a20331853a026091316984f9ca;hp=ff35b54b6dce19b9635037067a79808cfe850929;hpb=b182590a555afe093d2d6e5cdf3e1e2410d1a0f5;p=src%2Fapp-framework-binder.git diff --git a/src/main.c b/src/main.c index ff35b54b..e3f4251c 100644 --- a/src/main.c +++ b/src/main.c @@ -51,7 +51,6 @@ #include "afb-common.h" #include "afb-monitor.h" #include "afb-hook.h" -#include "sd-fds.h" #include "afb-debug.h" #include "process-name.h" #include "afb-supervision.h" @@ -654,8 +653,6 @@ int main(int argc, char *argv[]) // let's run this program with a low priority nice(20); - sd_fds_init(); - // ------------- Build session handler & init config ------- main_config = afb_config_parse_arguments(argc, argv); if (main_config->name) {