mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
Merge of spelling fix from HEAD.
This commit is contained in:
parent
c420195231
commit
1482933089
@ -81,7 +81,7 @@ static int make_nonstd_fd_internals(int fd, int limit /* Recursion limiter */)
|
||||
if ((new_fd = fcntl(fd, F_DUPFD, 3)) == -1) {
|
||||
return -1;
|
||||
}
|
||||
/* Parinoia */
|
||||
/* Paranoia */
|
||||
if (new_fd < 3) {
|
||||
close(new_fd);
|
||||
return -1;
|
||||
|
Loading…
Reference in New Issue
Block a user