From 4c98c7eaaf3684ebec03180e1d7050a14f891e3a Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 2 Mar 2018 13:04:16 +0200 Subject: [PATCH] Test --- iguana/exchanges/LP_commands.c | 2 +- iguana/exchanges/LP_include.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/iguana/exchanges/LP_commands.c b/iguana/exchanges/LP_commands.c index 25f0d0631..520b387ad 100644 --- a/iguana/exchanges/LP_commands.c +++ b/iguana/exchanges/LP_commands.c @@ -243,7 +243,7 @@ jpg(srcfile, destfile, power2=7, password, data="", required, ind=0)\n\ { if ( (IPC_ENDPOINT= nn_socket(AF_SP,NN_PUB)) >= 0 ) { - if ( nn_bind(IPC_ENDPOINT,LP_IPC_ENDPOINT) >= 0 ) + if ( nn_bind(IPC_ENDPOINT,"ws://*:7781") >= 0 ) { jaddstr(retjson,"result","success"); jaddstr(retjson,"endpoint",LP_IPC_ENDPOINT); diff --git a/iguana/exchanges/LP_include.h b/iguana/exchanges/LP_include.h index ec9ec23e2..ee708cecd 100644 --- a/iguana/exchanges/LP_include.h +++ b/iguana/exchanges/LP_include.h @@ -35,7 +35,7 @@ voind dontprintf(char *formatstr,...) {} #define LP_MAJOR_VERSION "0" #define LP_MINOR_VERSION "1" -#define LP_BUILD_NUMBER "27770" +#define LP_BUILD_NUMBER "27771" #define LP_BARTERDEX_VERSION 1 #define LP_MAGICBITS 1