Fix the bug the GTP xact during Request Duplicated

This commit is contained in:
Sukchan Lee 2020-01-01 13:02:22 +09:00
parent 8cf9da560b
commit e35bc4cc0d
1 changed files with 1 additions and 1 deletions

View File

@ -659,7 +659,7 @@ int ogs_gtp_xact_receive(
}
*xact = new;
return OGS_OK;
return rv;
}
ogs_gtp_xact_t *ogs_gtp_xact_find(ogs_index_t index)