[SSSD] Re: Multiple PID file macros ?

2016-03-28 Thread Jakub Hrozek
> On 28 Mar 2016, at 21:02, Simo Sorce wrote: > > While looking at the monitor code I realize we define SSSD_PIDFILE_PATH > in monitor.c in a different way than we define SSSD_PIDFILE in > tools_util.h > > Although the definitions differ, they end up being effectively the same > string for now

[SSSD] Multiple PID file macros ?

2016-03-28 Thread Simo Sorce
While looking at the monitor code I realize we define SSSD_PIDFILE_PATH in monitor.c in a different way than we define SSSD_PIDFILE in tools_util.h Although the definitions differ, they end up being effectively the same string for now. It seem to me those definition should be merged and harmoniz