projects
/
bbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a01112c
)
Deal no longer uses poll - removed more leftovers!
author
volpol
<volpol@packet-gain.de>
Thu, 23 Aug 2018 16:51:49 +0000
(18:51 +0200)
committer
volpol
<volpol@packet-gain.de>
Thu, 23 Aug 2018 16:51:49 +0000
(18:51 +0200)
main.c
patch
|
blob
|
history
diff --git
a/main.c
b/main.c
index 0265ed803b0c76c77974b5cdd784c3984474b94f..c023ec70857d72c44c851e7e20ce0e0698c4bb79 100644
(file)
--- a/
main.c
+++ b/
main.c
@@
-118,10
+118,10
@@
static void *deal( void *p ){
int err;
int fd = mix_state;
- write (
pas.
fd, "READY\n", 6);
+ write (fd, "READY\n", 6);
do {
- err = receive (
pas.
fd, 1000);
+ err = receive (fd, 1000);
} while (err >= 0 && !force_quit);
net_close( fd );