X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fhttp-svc.c;h=480925db1168d3bd979d78dbb9a49f29f584035f;hb=80437693983321d32f20b6324128d441c5fccc49;hp=99c4142ae88ab7091c0c96d04d08147b18234218;hpb=fe79c7ba875a9203020e72e82fa3524fd2fb74d2;p=src%2Fapp-framework-binder.git diff --git a/src/http-svc.c b/src/http-svc.c index 99c4142a..480925db 100644 --- a/src/http-svc.c +++ b/src/http-svc.c @@ -325,9 +325,6 @@ AFB_error httpdStart(AFB_session * session) return AFB_FATAL; } - /* Initialise Client Session Hash Table */ - ctxStoreInit(CTX_NBCLIENTS); - #if defined(USE_MAGIC_MIME_TYPE) /*TBD open libmagic cache [fail to pass EFENCE check (allocating 0 bytes)] */ init_lib_magic (session);