mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
Fixed uppercasing of share name (pointed out by Jean-Francois).
Jeremy.
(This used to be commit dcce6b98d8
)
This commit is contained in:
@ -48,7 +48,6 @@ static void make_srv_share_1_info(SH_INFO_1 *sh1,
|
||||
uint32 type;
|
||||
|
||||
pstrcpy(net_name, lp_servicename(snum));
|
||||
strupper(net_name);
|
||||
pstrcpy(remark , lp_comment (snum));
|
||||
len_net_name = strlen(net_name);
|
||||
|
||||
|
Reference in New Issue
Block a user