Skip to content
Snippets Groups Projects
Commit d2a7260c authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

[*] Renames, fixes, new chain protocols

parent 8cec570a
No related branches found
No related tags found
No related merge requests found
Subproject commit 08a57dce91880ee2af5f1f33e8bd76aeb55c88fc
Subproject commit c30973bfe5a3d2eb4201af535cc559b326e8b175
Subproject commit 5cd6e41a8257fc1d085086f47c7bf299ab0c36c1
Subproject commit 4eee10b34200a1f0d27eec83e4bc0e451904cf7b
Subproject commit 8257eb9ff7978c5bdbb7131ef2fc23d23dc7b973
Subproject commit 7d759fd2fa66d57b5926a5b3d1490df780448f27
Subproject commit 8cc23011fdfe0b0c06748bef411afd9af0f4506f
Subproject commit f0baf44e4c244d2fc3fe95e6b5839ae58fe0f28a
Subproject commit bcf7b24c534571690cdbf3b393afdfc8717f0c02
Subproject commit 8e763bca55b0f10dd33cccf3cbd79b979351f67b
Subproject commit 862fcba853d09110d8819c0984361dcf3d4d4731
Subproject commit a7929cc7ea2f685bea0b9f055a913d8cc497de25
Subproject commit f8580918fe7e6a246a90a70ba31f3bd37053acd7
Subproject commit 730b657626ce42d663403c6b82d28eda429f8bfc
Subproject commit 4363a23e56ced650ab8f91498c30973157558e8d
Subproject commit 986c1e7d55b08b78ae35a09faca24716ae5306c3
Subproject commit 93e3c1857ead2380e6df4a1ce06c4d4efd64e779
Subproject commit d50cfc067ecb029fbd4ba0caf67f37d93c3e29cc
......@@ -67,8 +67,8 @@
#define LOCAL_PID_FILE_PATH SYSTEM_PREFIX"/run/"DAP_APP_NAME".pid"
#define ENC_HTTP_URL "/enc_init"
#define STREAM_URL "/stream"
#define STREAM_CTL_URL "/stream_ctl"
#define STREAM_URL "/stream"
#define SLIST_URL "/nodelist"
#define MAIN_URL "/"
......@@ -225,7 +225,6 @@ int main(int argc, const char * argv[])
return -6;
}
if(enc_http_init() !=0){
log_it(L_CRITICAL,"Can't init encryption http session storage module");
return -81;
......
Subproject commit 2a18a8da0117b1d5f2d951ad3f50ad4e8a8b2fdd
Subproject commit e542fdbcbced6ce9b1c4cae4a92fa8580403941e
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment