am ea998e0e: am 9b1fd969: Merge "Fix a writex transcription error."
* commit 'ea998e0ef975dbea2034ae4a7208c36c37eedfa7': Fix a writex transcription error.
This commit is contained in:
commit
8414ce2ace
|
@ -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…
Reference in New Issue