summaryrefslogtreecommitdiffstats
path: root/src/astmanproxy.c
diff options
context:
space:
mode:
authorDavid Troy <dave@popvox.com>2006-04-07 16:33:38 +0000
committerDavid Troy <dave@popvox.com>2006-04-07 16:33:38 +0000
commitc38c05f5c7c93c8737227601a95500db9a5044cd (patch)
treefa9344318ccc86f14583f5fddaff98d6837f8698 /src/astmanproxy.c
parentca4ed8c2cbec7db4d9001e4f5725dcb3ea71399a (diff)
downloadastmanproxy-c38c05f5c7c93c8737227601a95500db9a5044cd.tar.gz
astmanproxy-c38c05f5c7c93c8737227601a95500db9a5044cd.tar.xz
astmanproxy-c38c05f5c7c93c8737227601a95500db9a5044cd.zip
git-svn-id: http://svncommunity.digium.com/svn/astmanproxy/branches/1.20pre@90 f02b47b9-160a-0410-81a6-dc3441afb0ec
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;