On Fri, Sep 06, 2013 at 09:28:37PM -0700, gy...@nicira.com wrote:
> From: Guolin Yang
>
> In monitor_daemon(), it set subprogram_name to "" which causes
> system crash in some platform. This change set subprogram name
> to program name.
>
> Signed-off-by: Guolin Yang
This has two effects:
From: Guolin Yang
In monitor_daemon(), it set subprogram_name to "" which causes
system crash in some platform. This change set subprogram name
to program name.
Signed-off-by: Guolin Yang
---
lib/daemon.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/daemon.c b/lib