mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-13 09:57:51 +08:00
das: Comment out debugging code in recvFd
This commit is contained in:
parent
33ec33930a
commit
b91ce59234
|
@ -171,9 +171,9 @@ int recvFd() {
|
|||
.msg_flags = 0
|
||||
};
|
||||
|
||||
fprintf(stderr, "Waiting for a fd\n");
|
||||
// fprintf(stderr, "Waiting for a fd\n");
|
||||
DieIf_1(recvmsg(FdTube, &msg, 0), "recvmsg");
|
||||
fprintf(stderr, "Got a fd\n");
|
||||
// fprintf(stderr, "Got a fd\n");
|
||||
|
||||
int fd;
|
||||
if (cmsg->cmsg_len != FD_CMSG_LEN) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user