* commit '8414ce2acefd8359a9c5dda75bce1c68d82a3731': Fix a writex transcription error.
This commit is contained in:
commit
363a17eb66
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ done:
|
|||
msg.dent.size = 0;
|
||||
msg.dent.time = 0;
|
||||
msg.dent.namelen = 0;
|
||||
return !WriteFdExactly(s, &msg.dent, sizeof(msg.dent)) ? 0 : -1;
|
||||
return WriteFdExactly(s, &msg.dent, sizeof(msg.dent)) ? 0 : -1;
|
||||
}
|
||||
|
||||
static int fail_message(int s, const char *reason)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue