1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

netapi: remove NetSetup* flags from netdomjoin-gui.

Guenther
(This used to be commit 5851b4e40e)
This commit is contained in:
Günther Deschner
2008-09-02 14:35:58 +02:00
parent 72718e0899
commit 150911f33e

View 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;