The branch, v3-3-test has been updated
via 8b8336a115b73eb99cd1f9a8d1286df713ec53c3 (commit)
from 01acd8d9277362ae3c0e92963f66e7af3202b84d (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test
- Log -----------------------------------------------------------------
commit 8b8336a115b73eb99cd1f9a8d1286df713ec53c3
Author: Volker Lendecke <[email protected]>
Date: Sat Jun 6 21:43:53 2009 +0200
Fix bug 6441 -- fix the compile with --enable-dnssd
The server side of dnssd has been replaced with native avahi support. The
code
is only left in in case some OS/X fan wants to revive it, and the
client-side
has not been converted yet.
Fix the build of the server side by removing the #ifdef
-----------------------------------------------------------------------
Summary of changes:
source/smbd/server.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source/smbd/server.c b/source/smbd/server.c
index b05758e..2415aeb 100644
--- a/source/smbd/server.c
+++ b/source/smbd/server.c
@@ -590,10 +590,6 @@ static bool open_sockets_smbd(bool is_daemon, bool
interactive, const char *smb_
/* Kick off our mDNS registration. */
if (dns_port != 0) {
-#ifdef WITH_DNSSD_SUPPORT
- dns_register_smbd(&dns_reg, dns_port, &maxfd,
- &r_fds, &idle_timeout);
-#endif
#ifdef WITH_AVAHI_SUPPORT
void *avahi_conn;
avahi_conn = avahi_start_register(
--
Samba Shared Repository