1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

s3-samr: let _samr_SetGroupInfo level 3 just pass with success.

Guenther
This commit is contained in:
Günther Deschner 2009-06-07 00:42:06 +02:00
parent 6544264ac1
commit ee059e33d5

View File

@ -5956,6 +5956,8 @@ NTSTATUS _samr_SetGroupInfo(pipes_struct *p,
case 2:
/* group rename is not supported yet */
return NT_STATUS_NOT_SUPPORTED;
case 3:
break;
case 4:
fstrcpy(map.comment, r->in.info->description.string);
break;