FS-6287 --resolve

This commit is contained in:
Anthony Minessale 2014-03-17 16:16:42 -05:00
parent 1d28639cac
commit bd1492e43e
1 changed files with 1 additions and 1 deletions

View File

@ -1209,7 +1209,7 @@ int nua_base_client_check_restart(nua_client_request_t *cr,
cr->cr_status = 0, cr->cr_phrase = NULL;
nua_client_request_unref(cr);
return 0;
return !invalid;
}
}
/* GriGiu : RFC-3261 status supported Retry-After */