commit | c6c2f6d2831ed8c384b8fa574908f5206bdbe150 | [log] [tgz] |
---|---|---|
author | Keita NISHIMOTO <nishimoto@opennetworking.org> | Fri Jan 18 15:48:17 2019 +0900 |
committer | Keita NISHIMOTO <nishimoto@opennetworking.org> | Fri Jan 18 15:52:49 2019 +0900 |
tree | 9709a2d4f7fa75ddeb8c8bf8202bb5e18044d3a8 | |
parent | 53935c07309479df6ea4001b998ab66d6c13580c [diff] |
BUGFIX: Invalid MIB Upload Request Change-Id: Ifbe40a113e47a9b9aa0691db9b03ea0383521947
diff --git a/omci_handlers.go b/omci_handlers.go index ef4413a..66007e6 100644 --- a/omci_handlers.go +++ b/omci_handlers.go
@@ -200,7 +200,7 @@ state.uniGInstance++ default: log.Printf("Invalid MibUpload request %d", state.mibUploadCtr) - return nil, errors.New("Invalid MibUpload request") + //return nil, errors.New("Invalid MibUpload request") } state.mibUploadCtr++