Skip to content

Commit

Permalink
sipsess/request.c: return error code in sipsess_request_alloc
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilianfridrich authored and sreimers committed Jan 4, 2023
1 parent e6accff commit 3cb005b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sipsess/request.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ int sipsess_request_alloc(struct sipsess_request **reqp, struct sipsess *sess,
else
*reqp = req;

return 0;
return err;
}

0 comments on commit 3cb005b

Please sign in to comment.