summaryrefslogtreecommitdiff
path: root/source3/lib/netapi/examples
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-09-02 14:35:58 +0200
committerGünther Deschner <gd@samba.org>2008-09-05 13:18:25 +0200
commit150911f33e137d017e9f08f953bd96218401e04a (patch)
treee6cc57d8d1f193419d768133ae4d9026fd974aa7 /source3/lib/netapi/examples
parent72718e08990107e087fca8b63418772b110bfbee (diff)
downloadsamba-150911f33e137d017e9f08f953bd96218401e04a.tar.gz
samba-150911f33e137d017e9f08f953bd96218401e04a.tar.bz2
samba-150911f33e137d017e9f08f953bd96218401e04a.zip
netapi: remove NetSetup* flags from netdomjoin-gui.
Guenther (This used to be commit 5851b4e40e5cc2b7ba973b274f9203aa6e6fb1d8)
Diffstat (limited to 'source3/lib/netapi/examples')
-rw-r--r--source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c b/source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c
index 98994b69f8..40a6e415eb 100644
--- a/source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c
+++ b/source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c
@@ -38,9 +38,6 @@
#define SAMBA_IMAGE_PATH "/usr/share/pixmaps/samba/logo.png"
#define SAMBA_IMAGE_PATH_SMALL "/usr/share/pixmaps/samba/logo-small.png"
-#define NetSetupWorkgroupName ( 2 )
-#define NetSetupDomainName ( 3 )
-
#define SAFE_FREE(x) do { if ((x) != NULL) {free(x); x=NULL;} } while(0)
static gboolean verbose = FALSE;