1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

Fixed an apparent typo:

2551c2551
< #endif /NO_FORK_DEBUG */
---
> #endif /* NO_FORK_DEBUG */
Chris -)-----
(This used to be commit 954fc7e0d0)
This commit is contained in:
Christopher R. Hertel 1998-01-08 03:04:55 +00:00
parent f5f4abacd8
commit 10f844c988

View File

@ -2548,7 +2548,7 @@ max can be %d\n", num_interfaces, FD_SETSIZE));
return True;
}
close(Client); /* The parent doesn't need this socket */
#endif /NO_FORK_DEBUG */
#endif /* NO_FORK_DEBUG */
} /* end for num */
} /* end while 1 */
} /* end if is_daemon */