mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-05-15 00:47:02 +02:00
ServerService: Implementation improvement
This commit is contained in:
parent
4d613ecd11
commit
a9b13c99e5
1 changed files with 6 additions and 1 deletions
|
@ -56,8 +56,13 @@ namespace SMBLibrary.Services
|
|||
parser.ReadEmbeddedStructureFullPointer<ShareInfo1Container>(ref info1);
|
||||
Info = info1;
|
||||
break;
|
||||
default:
|
||||
case 2:
|
||||
case 501:
|
||||
case 502:
|
||||
case 503:
|
||||
throw new NotImplementedException();
|
||||
default:
|
||||
break;
|
||||
}
|
||||
parser.EndStructure(); // SHARE_ENUM_UNION
|
||||
parser.EndStructure(); // SHARE_ENUM_STRUCT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue