Skip to content
Snippets Groups Projects
Commit 86f61e2f authored by Florent Gluck's avatar Florent Gluck
Browse files

minor change

parent fcdc0a25
Branches
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ func (cmd *Add)Run(args []string) int {
FirstName: args[1],
LastName: args[2],
Pwd: args[3],
Caps: make(map[string]int),
Caps: make(caps.Capabilities),
}
if argc > 4 {
for _, cap := range args[4:] {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment