[ofw] [PATCH] IBAL: Fix ib_get_err_str
    Fab Tillier 
    ftillier at windows.microsoft.com
       
    Tue Feb  3 19:21:32 PST 2009
    
    
  
The addition of IB_INVALID_GUID_MASK wasn't reflected in the string conversion.  This causes all text representations of error values greater than IB_INVALID_GUID_MASK to be wrong.
Signed-off-by: Fab Tillier <ftillier at microsoft.com>
Index: core/al/ib_statustext.c
===================================================================
--- core/al/ib_statustext.c     (revision 1924)
+++ core/al/ib_statustext.c     (working copy)
@@ -75,6 +75,7 @@
        "IB_INVALID_GID",
        "IB_INVALID_LID",
        "IB_INVALID_GUID",
+       "IB_INVALID_GUID_MASK",
        "IB_INVALID_CA_HANDLE",
        "IB_INVALID_AV_HANDLE",
        "IB_INVALID_CQ_HANDLE",
    
    
More information about the ofw
mailing list