diff options
Diffstat (limited to 'StdLib/BsdSocketLib/sendto.c')
-rw-r--r-- | StdLib/BsdSocketLib/sendto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StdLib/BsdSocketLib/sendto.c b/StdLib/BsdSocketLib/sendto.c index 338eb36eb9..aa6ea8c14a 100644 --- a/StdLib/BsdSocketLib/sendto.c +++ b/StdLib/BsdSocketLib/sendto.c @@ -82,7 +82,7 @@ sendto ( to,
tolen,
&errno );
- if ( EFI_ERROR ( Status )) {
+ if ( EFI_ERROR ( Status ) && ( EFI_NOT_READY != Status )) {
LengthInBytes = -1;
break;
}
|