]> git.proxmox.com Git - pve-cluster.git/commitdiff
fix typo
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 24 Oct 2011 04:49:26 +0000 (06:49 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 24 Oct 2011 04:49:26 +0000 (06:49 +0200)
data/PVE/IPCC.xs

index 4704d9ec5e6824c744bae423082437529707426f..3da7059b7107f0841e4076a65b93a16491232531 100644 (file)
@@ -19,7 +19,7 @@
 #define MAX_MSG_SIZE (8192*128)
 
 static qb_ipcc_connection_t *conn;
-static pid_t *conn_pid;
+static pid_t conn_pid;
 
 static char ipcbuffer[MAX_MSG_SIZE];