Skip to content

Commit a6e5238

Browse files
fix for clang scan-build warning of variable not used
1 parent 559de0b commit a6e5238

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/echoserver/echoserver.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1491,7 +1491,7 @@ static int NonBlockSSH_accept(WOLFSSH* ssh)
14911491
}
14921492
}
14931493
else {
1494-
error = WS_FATAL_ERROR;
1494+
ret = WS_FATAL_ERROR;
14951495
break;
14961496
}
14971497
}

0 commit comments

Comments
 (0)