summaryrefslogtreecommitdiff
path: root/source3/utils/net.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2004-08-26 21:37:20 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:52:30 -0500
commite4c4d91896f08dadf3bc52e067941adb60de0e00 (patch)
treee344af7ca838af37fb0d00c76876e747400de6c3 /source3/utils/net.h
parentf5a2dd73da452bec1fcdaa60a8460b35a43ba3dc (diff)
downloadsamba-e4c4d91896f08dadf3bc52e067941adb60de0e00.tar.gz
samba-e4c4d91896f08dadf3bc52e067941adb60de0e00.tar.bz2
samba-e4c4d91896f08dadf3bc52e067941adb60de0e00.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 (This used to be commit 0cfd2866dfe5e959ede169a77c39480790300de3)
Diffstat (limited to 'source3/utils/net.h')
-rw-r--r--source3/utils/net.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/net.h b/source3/utils/net.h
index 29498b9108..d75a19e498 100644
--- a/source3/utils/net.h
+++ b/source3/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;