4364c85 monitor: Stop using unnecessary helper pointer.

1 file Authored by mzidek 10 years ago, Committed by jhrozek 10 years ago,
    monitor: Stop using unnecessary helper pointer.
    
    We allocate memory using helper pointer 'buf' only to assign
    the address to another pointer. We should use the second pointer
    only.
    
    resolves:
    https://fedorahosted.org/sssd/ticket/1359
    
        
file modified
+4 -8