From a6e07c22a385ccf09d8e13d71c46387b2144ee44 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 1 Jun 2010 11:23:50 +1000 Subject: s3:auth Rename wksta_name -> workstation_name in auth_usersupplied_info --- source3/include/auth.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include/auth.h') 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; -- cgit