Browse Source

Added err again

MissValeska 10 years ago
parent
commit
267988b246
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/inet.c

+ 1
- 1
src/inet.c View File

@@ -1089,7 +1089,7 @@ ssize_t inet_sendto(int s, const void *msg, size_t len, int flags,
1089 1089
                                                  //len-(len/2), flags, to, tolen);
1090 1090
                                     }
1091 1091
                                     else    {
1092
-                                        inet_sendto(s, msg, bytesleft, flags, to, tolen);
1092
+                                        err=inet_sendto(s, msg, bytesleft, flags, to, tolen);
1093 1093
                                         bytesleft = 0;
1094 1094
                                     }
1095 1095
                                 }

Loading…
Cancel
Save