Changeset 862 for trunk/server/source3/lib/netapi/localgroup.c
- Timestamp:
- May 13, 2014, 11:39:04 AM (11 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 860
- Property svn:mergeinfo changed
-
trunk/server/source3/lib/netapi/localgroup.c
r745 r862 59 59 return result; 60 60 } 61 if (user_rids.count != 1) { 62 return NT_STATUS_INVALID_NETWORK_RESPONSE; 63 } 64 if (name_types.count != 1) { 65 return NT_STATUS_INVALID_NETWORK_RESPONSE; 66 } 61 67 62 68 switch (name_types.ids[0]) { … … 1042 1048 1043 1049 if (count != 1 || sids.count != 1) { 1044 return NT_STATUS_ NONE_MAPPED;1050 return NT_STATUS_INVALID_NETWORK_RESPONSE; 1045 1051 } 1046 1052
Note:
See TracChangeset
for help on using the changeset viewer.