aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323/chan_h323.h
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-03-04 01:57:32 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-03-04 01:57:32 +0000
commit92f083a242ccfba904b67ae05483397795f3b235 (patch)
tree23d83f756663b1d391b18d3e8bc73cac5d10e36c /channels/h323/chan_h323.h
parentae986bb6bc5aa89c7a856adc702d4cd8df7f816d (diff)
deal with bindaddr properly
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2319 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/h323/chan_h323.h')
-rwxr-xr-xchannels/h323/chan_h323.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/channels/h323/chan_h323.h b/channels/h323/chan_h323.h
index 138290fc4..959d79d76 100755
--- a/channels/h323/chan_h323.h
+++ b/channels/h323/chan_h323.h
@@ -8,7 +8,7 @@
* This code has been derived from code created by
* Michael Manousos and Mark Spencer
*
- * This file is part of the chan_oh323 driver for Asterisk
+ * This file is part of the chan_h323 driver for Asterisk
*
* chan_h323 is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -28,6 +28,8 @@
#include <arpa/inet.h>
+static struct sockaddr_in bindaddr;
+
/* structure to hold the valid asterisk users */
struct oh323_user {
char name[80];