Commit a55c2b6
authored
remove extra character from dell iDrac-SMIv1 MIB (#1141)
The dell idrac mib is currently failing on parsing with the following
error. This is because after the `MIB-END` indicitor, there are some
broken characters interrupting the parsing.
```
Bad operator (: At line 13878 in ./mibs//iDRAC-SMIv1.mib
```
This can easily be solved by just removing the last line of this MIB.
Signed-off-by: Francis Begyn <francis@begyn.be>1 parent c35a87e commit a55c2b6
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| 186 | + | |
| 187 | + | |
186 | 188 | | |
187 | 189 | | |
188 | 190 | | |
| |||
0 commit comments