Browse Source

NeedFastPolling when timeout _value_ is not 0

JNI-44
Edouard Tisserant 9 years ago
parent
commit
64c6612bf3
  1. 2
      src/org_pEp_jniadapter_AbstractEngine.cc

2
src/org_pEp_jniadapter_AbstractEngine.cc

@ -279,7 +279,7 @@ extern "C" {
time_t now, end;
void *msg;
jboolean needs_fast_poll = (timeout != NULL);
jboolean needs_fast_poll = (*timeout != 0);
if(timeout && *timeout != 0){
now = time(NULL);

Loading…
Cancel
Save