summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorChristopher R. Hertel <crh@samba.org>1998-01-08 03:04:55 +0000
committerChristopher R. Hertel <crh@samba.org>1998-01-08 03:04:55 +0000
commit954fc7e0d01443f4bfc7157f2dcba2187f6700ec (patch)
treed029a4e8455e76e4da79c6c03862afcea5ff1f6d /source
parentd0ae436de138e84fbbbbd2dc4f5617365d907f4f (diff)
downloadsamba-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.c2
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 */