This commit is contained in:
jl777
2018-09-12 00:44:29 -11:00
parent 4ad414194f
commit f2b287a693

View File

@@ -508,7 +508,7 @@ int32_t main(int32_t argc,char **argv)
while ( 1 ) while ( 1 )
{ {
retstr = 0; retstr = 0;
if ( acheight != (height= get_KMDheight(acname)) && (clijson= get_komodocli(&retstr,acname,"oraclesinfo",oraclestr,"","")) != 0 ) if ( (clijson= get_komodocli(&retstr,acname,"oraclesinfo",oraclestr,"","")) != 0 )
{ {
acheight = height; acheight = height;
if ( (regjson= jarray(&n,clijson,"registered")) != 0 ) if ( (regjson= jarray(&n,clijson,"registered")) != 0 )