X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fmain.c;h=150b78102b9bd1a57d34a9197f613219c7b7bd35;hb=79ccbbb1843431c8b4acb3230e82d5cff415c7a4;hp=b5b002341eb52e4f235af13dbf34023ca21a1a43;hpb=dbb880d5cfab46eba2a3594521c5847fa74c3b70;p=src%2Fapp-framework-binder.git diff --git a/src/main.c b/src/main.c index b5b00234..150b7810 100644 --- a/src/main.c +++ b/src/main.c @@ -525,7 +525,7 @@ static void run_startup_calls() list = config->calls; if (list) { sreq = calloc(1, sizeof *sreq); - sreq->session = afb_session_create("startup", 3600); + sreq->session = afb_session_create(3600); sreq->current = list; startup_call_current(sreq); }