summaryrefslogtreecommitdiff
path: root/daemon
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2001-09-08 09:11:06 +0000
committerGeorge Lebl <jirka@src.gnome.org>2001-09-08 09:11:06 +0000
commited6928128d524f641912be4388d9681bcad60d50 (patch)
treece7ef80cbe647d06a10107ecfbe943c5f8a19193 /daemon
parent2aceb7aeb2f69b8f003c3797186c0958af5d73b1 (diff)
downloadgdm-ed6928128d524f641912be4388d9681bcad60d50.tar.gz
use pclose on popen'ed FILE *
Sat Sep 08 02:06:44 2001 George Lebl <jirka@5z.com> * daemon/xdmcp.c: use pclose on popen'ed FILE *
Diffstat (limited to 'daemon')
-rw-r--r--daemon/xdmcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/xdmcp.c b/daemon/xdmcp.c
index fea97cf8..2fac3058 100644
--- a/daemon/xdmcp.c
+++ b/daemon/xdmcp.c
@@ -859,7 +859,7 @@ gdm_xdmcp_send_willing (struct sockaddr_in *clnt_sa)
g_free (last_status);
last_status = g_strdup (sysid);
}
- fclose (fd);
+ pclose (fd);
} else {
g_free (last_status);
last_status = g_strdup (sysid);