summaryrefslogtreecommitdiffstats
path: root/source/lib/util.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-04-25 01:12:08 +0000
committerJeremy Allison <jra@samba.org>1998-04-25 01:12:08 +0000
commit866406bfe399cf757c8275093dacd5ce4843afa0 (patch)
treedba39cbc72b2c29f74298c9543c29ec2a5dc5e71 /source/lib/util.c
parenta8b641c027c8cce179455ac1f6fd0322a8ab017d (diff)
downloadsamba-866406bfe399cf757c8275093dacd5ce4843afa0.tar.gz
samba-866406bfe399cf757c8275093dacd5ce4843afa0.tar.xz
samba-866406bfe399cf757c8275093dacd5ce4843afa0.zip
This looks like a big change but really isn't.
It is changing the global variables "myname" and "myworkgroup" to "global_myname" and "global_myworkgroup" respectively. This is to make it very explicit when we are messing with a global (don't ask - it makes the domain client code much clearer :-). Jeremy.
Diffstat (limited to 'source/lib/util.c')
-rw-r--r--source/lib/util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/lib/util.c b/source/lib/util.c
index 54bbdfa30ad..57370bc67ef 100644
--- a/source/lib/util.c
+++ b/source/lib/util.c
@@ -86,8 +86,8 @@ pstring samlogon_user="";
BOOL sam_logon_in_ssb = False;
-pstring myname = "";
-fstring myworkgroup = "";
+pstring global_myname = "";
+fstring global_myworkgroup = "";
char **my_netbios_names;
int smb_read_error = 0;