Merge "uniqueid.ID -> uniqueid.Id"
diff --git a/services/mgmt/application/impl/dispatcher.go b/services/mgmt/application/impl/dispatcher.go
index a825137..6b13186 100644
--- a/services/mgmt/application/impl/dispatcher.go
+++ b/services/mgmt/application/impl/dispatcher.go
@@ -39,7 +39,7 @@
// (Re)set the root ACLs.
path := naming.Join("/acls", "data")
_, tag, err := getACL(store, path)
- if !verror.Is(err, ErrNotFound.ID) {
+ if err != nil && !verror.Is(err, ErrNotFound.ID) {
return nil, err
}
if err := setACL(store, path, acls, tag); err != nil {