]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
netapi: remove NetSetup* flags from netdomjoin-gui.
authorGünther Deschner <gd@samba.org>
Tue, 2 Sep 2008 12:35:58 +0000 (14:35 +0200)
committerGünther Deschner <gd@samba.org>
Fri, 5 Sep 2008 11:18:25 +0000 (13:18 +0200)
Guenther

source/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c

index 98994b69f868840c3c9b8239e50e2d51dc06e37e..40a6e415ebf212010358ec764e10cc000e60713f 100644 (file)
@@ -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;