summaryrefslogtreecommitdiffstats
path: root/src/astmanproxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/astmanproxy.c')
-rw-r--r--src/astmanproxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/astmanproxy.c b/src/astmanproxy.c
index a22f1b8..0cc3a6a 100644
--- a/src/astmanproxy.c
+++ b/src/astmanproxy.c
@@ -168,7 +168,7 @@ void destroy_session(struct mansession *s)
}
int WriteClients(struct message *m) {
- struct mansession *c, *d;
+ struct mansession *c;
char *actionid;
c = sessions;