diff options
author | Andrew Bartlett <abartlet@samba.org> | 2002-07-20 12:03:11 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2002-07-20 12:03:11 +0000 |
commit | 9175bd2fe79684066a08e09860cf3a0bdb02d5c5 (patch) | |
tree | 5fb3e524336df2ce1d53a310c09f97870fab317b /source3/utils | |
parent | ea9d3057e9cbd615176a7b98bcd935b6f9b434cb (diff) | |
download | samba-9175bd2fe79684066a08e09860cf3a0bdb02d5c5.tar.gz samba-9175bd2fe79684066a08e09860cf3a0bdb02d5c5.tar.bz2 samba-9175bd2fe79684066a08e09860cf3a0bdb02d5c5.zip |
correctly declare global_myworkgroup to be the right size.
Andrew Bartlett
(This used to be commit 860f5b1a0c1898f1ce380d249610eeaaeb43b9e0)
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/smbgroupedit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/smbgroupedit.c b/source3/utils/smbgroupedit.c index 601d1c5b93..4358e6f08c 100644 --- a/source3/utils/smbgroupedit.c +++ b/source3/utils/smbgroupedit.c @@ -22,7 +22,7 @@ #include "includes.h" extern pstring global_myname; -extern pstring global_myworkgroup; +extern fstring global_myworkgroup; /* * Next two lines needed for SunOS and don't |