blob: c4d7dcc842a4d280b066706b3369c48694198624 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aj,v 1.3 2002/09/14 02:46:57 rh Exp $
--- gsm/manager.c.orig Sun Mar 17 09:48:39 2002
+++ gsm/manager.c
@@ -330,7 +330,7 @@ run_command (Client* client, const gchar
g_free (restart_info);
#if 0
- if (errno)
+ if (pid < 0)
{
if (strcmp (command, SmRestartCommand) || client->connection)
{
|