Skip to content

Commit

Permalink
sendto should always return OGS_OK
Browse files Browse the repository at this point in the history
  • Loading branch information
spencersevilla committed Jan 4, 2024
1 parent a242a20 commit 42f133e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/pfcp/path.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ int ogs_pfcp_sendto(ogs_pfcp_node_t *node, ogs_pkbuf_t *pkbuf)
sock->fd, pkbuf->data, pkbuf->len,
OGS_ADDR(addr, buf), OGS_PORT(addr));
}
return OGS_ERROR;
}

return OGS_OK;
Expand Down

0 comments on commit 42f133e

Please sign in to comment.