session: moves initialisation to main
[src/app-framework-binder.git] / src / session.c
index 9d03d0a..3b9288f 100644 (file)
@@ -343,7 +343,7 @@ PUBLIC void ctxStoreInit (int nbSession) {
    
    // let's create as store as hashtable does not have any
    sessions.store = calloc (1 + (unsigned)nbSession, sizeof(AFB_clientCtx));
-   sessions.max=nbSession;
+   sessions.max = nbSession;
 }
 
 STATIC AFB_clientCtx *ctxStoreSearch (const char* uuid) {