[Prism54-devel] [Bug 74] New: mgt_oidtonum cannot match OID_NUM_LAST - 1
   
    bugzilla-daemon@mcgrof.com
     
    bugzilla-daemon@mcgrof.com
       
    Mon, 22 Mar 2004 08:13:19 +0000 (UTC)
    
    
  
http://prism54.org/cgi-bin/bugzilla/show_bug.cgi?id=74
           Summary: mgt_oidtonum cannot match OID_NUM_LAST - 1
           Product: prim54
           Version: 1.0.2.2
          Platform: all
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Device Driver
        AssignedTo: prism54-devel@prism54.org
        ReportedBy: Jo_Stein@web.de
kernel 2.6.5-rc1
prism54 1.1
In oid_mgt.c the line #525
  for (i = 0; i < OID_NUM_LAST - 1; 
i++)
should read
  for (i = 0; i < OID_NUM_LAST; i++)
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.