summaryrefslogtreecommitdiffstats
path: root/source/utils/net.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2004-08-26 21:37:20 +0000
committerGünther Deschner <gd@samba.org>2004-08-26 21:37:20 +0000
commit6806c3637d3e39ddc589e9bad6367c0254d02802 (patch)
treeb8f49358beb4104d5556ef3479d30ad6540d5c19 /source/utils/net.h
parentc7406797d018eef87c4538fe92d1d53b08d356d3 (diff)
downloadsamba-6806c3637d3e39ddc589e9bad6367c0254d02802.tar.gz
samba-6806c3637d3e39ddc589e9bad6367c0254d02802.tar.xz
samba-6806c3637d3e39ddc589e9bad6367c0254d02802.zip
r2080: Remove last traces of static migration to localhost. Needed to allow a
local netbios-alias bound to non-loopback interface as a migration target. It's now possible to migrate printers|shares|files from Server A to Server B while running the net-command on client C. Guenther
Diffstat (limited to 'source/utils/net.h')
-rw-r--r--source/utils/net.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/utils/net.h b/source/utils/net.h
index 29498b91085..d75a19e498e 100644
--- a/source/utils/net.h
+++ b/source/utils/net.h
@@ -66,6 +66,7 @@ extern int opt_acls;
extern int opt_attrs;
extern int opt_timestamps;
extern const char *opt_exclude;
+extern const char *opt_destination;
extern BOOL opt_have_ip;
extern struct in_addr opt_dest_ip;