Skip to content

Commit

Permalink
set LsServer user attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-feoktistov committed Jun 22, 2021
1 parent 0712508 commit 4cea051
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/sp-set-attributes.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (
)

type LsServerAttributes struct {
Descr string `xml:"descr,attr,omitempty"`
UsrLbl string `xml:"usrLbl,attr,omitempty"`
Descr string `xml:"descr,attr"`
UsrLbl string `xml:"usrLbl,attr"`
}

type LsServerAttrMo struct {
Expand Down

0 comments on commit 4cea051

Please sign in to comment.