You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to the end of the function since we’re returning a successful result here then res->result=0 should be set. Or res should be initialized to 0 in handle_request. Otherwise if there happens to be non-zero data there then the test fails for no reason because functional gets a non-zero return code.
The text was updated successfully, but these errors were encountered:
netmap/utils/fd_server.c
Lines 123 to 125 in b58a473
Similar to the end of the function since we’re returning a successful result here then
res->result=0
should be set. Orres
should be initialized to 0 inhandle_request
. Otherwise if there happens to be non-zero data there then the test fails for no reason becausefunctional
gets a non-zero return code.The text was updated successfully, but these errors were encountered: