98be8c7 CLIENT: Fix non gnu sss_strnlen implementation

1 file Authored by lslebodn 10 years ago, Committed by jhrozek 10 years ago,
    CLIENT: Fix non gnu sss_strnlen implementation
    
    last argument of function sss_strnlen "size_t *len" is output variable.
    We need to increment value of size_t being pointed to by pointer instead of
    incrementing pointer.
    
        
file modified
+1 -1