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:
@ -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;
|
||||
|
Reference in New Issue
Block a user