iboukris / rpms / samba

Forked from rpms/samba 4 years ago
Clone

b49cb5b Change __bss_start scope to local

Authored and Committed by abbra 5 years ago
    Change __bss_start scope to local
    
    There was a typo in the original bug which used _bss_start instead of
    __bss_start. As result, __bss_start wasn't scoped locally.
    
        
file modified
+5 -1