Fixing bad copy/paste.

pull/372/head
Nicolas "Pixel" Noble 10 years ago
parent 900dadb2df
commit ba410fabdf
  1. 2
      src/core/iomgr/tcp_windows.c

@ -229,7 +229,7 @@ static void on_write(void *tcpp, int success) {
if (!success) {
tcp_unref(tcp);
cb(opaque, NULL, 0, GRPC_ENDPOINT_CB_SHUTDOWN);
cb(opaque, GRPC_ENDPOINT_CB_SHUTDOWN);
return;
}

Loading…
Cancel
Save