summaryrefslogtreecommitdiff
path: root/source3/include/auth.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-06-01 11:23:50 +1000
committerAndrew Bartlett <abartlet@samba.org>2010-06-01 17:11:25 +1000
commita6e07c22a385ccf09d8e13d71c46387b2144ee44 (patch)
tree4643b7c753182ea9dc89ecee76ef859e0d8b74a4 /source3/include/auth.h
parentfdc6db34caf4c30fd5bf439fcd3a5453fd26a590 (diff)
downloadsamba-a6e07c22a385ccf09d8e13d71c46387b2144ee44.tar.gz
samba-a6e07c22a385ccf09d8e13d71c46387b2144ee44.tar.bz2
samba-a6e07c22a385ccf09d8e13d71c46387b2144ee44.zip
s3:auth Rename wksta_name -> workstation_name in auth_usersupplied_info
Diffstat (limited to 'source3/include/auth.h')
-rw-r--r--source3/include/auth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/auth.h b/source3/include/auth.h
index 69a91d29aa..52e5141379 100644
--- a/source3/include/auth.h
+++ b/source3/include/auth.h
@@ -33,7 +33,7 @@ struct auth_usersupplied_info {
char *domain; /* domain name after mapping */
char *internal_username; /* username after mapping */
char *smb_name; /* username before mapping */
- char *wksta_name; /* workstation name (netbios calling
+ const char *workstation_name; /* workstation name (netbios calling
* name) unicode string */
uint32 logon_parameters;