Skip to content

Commit

Permalink
test: init err in test_sip_auth_encode()
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh committed Jun 19, 2024
1 parent 2df1a81 commit 9759038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sipauth.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ static int auth_handler(char **user, char **pass, const char *rlm, void *arg)

static int test_sip_auth_encode(void)
{
int err;
int err = 0;
struct mbuf *mb, *mb_enc;
struct sip_auth *auth = NULL;
char buf[1024] = {0};
Expand Down

0 comments on commit 9759038

Please sign in to comment.