Skip to content

Commit 8982004

Browse files
committed
fix adapter buffer size issue
1 parent 7fcda84 commit 8982004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chap01/win_list.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ int main() {
6868
WSACleanup();
6969
return -1;
7070
}
71-
} while (!adapters);
71+
} while (1);
7272

7373

7474
PIP_ADAPTER_ADDRESSES adapter = adapters;

0 commit comments

Comments
 (0)