diff options
author | Christopher R. Hertel <crh@samba.org> | 1998-01-08 03:04:55 +0000 |
---|---|---|
committer | Christopher R. Hertel <crh@samba.org> | 1998-01-08 03:04:55 +0000 |
commit | 954fc7e0d01443f4bfc7157f2dcba2187f6700ec (patch) | |
tree | d029a4e8455e76e4da79c6c03862afcea5ff1f6d /source | |
parent | d0ae436de138e84fbbbbd2dc4f5617365d907f4f (diff) | |
download | samba-954fc7e0d01443f4bfc7157f2dcba2187f6700ec.tar.gz samba-954fc7e0d01443f4bfc7157f2dcba2187f6700ec.tar.xz samba-954fc7e0d01443f4bfc7157f2dcba2187f6700ec.zip |
Fixed an apparent typo:
2551c2551
< #endif /NO_FORK_DEBUG */
---
> #endif /* NO_FORK_DEBUG */
Chris -)-----
Diffstat (limited to 'source')
-rw-r--r-- | source/smbd/server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/server.c b/source/smbd/server.c index 93d2a9756df..29a0d462f3d 100644 --- a/source/smbd/server.c +++ b/source/smbd/server.c @@ -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 */ |