tdudlak / 389-ds-base

Forked from 389-ds-base 5 years ago
Clone

06eb8be Ticket 48419 - getadminport() should not a be a static method

1 file Authored by mreynolds 6 years ago, Committed by William Brown 6 years ago,
    Ticket 48419 - getadminport() should not a be a static method
    
    Bug Description:  getadminport() was defined at astatic mehtod, but this function
                      was not part of any class.  This causes issues with sphinx
                      documentation.
    
    Fix Description:  Remove the staticmethod decorator
    
    https://fedorahosted.org/389/ticket/48419
    
    Reviwed by: mreynolds (one line commit rule)
    
        
file modified
+0 -3