Update of /usr/cvsroot/asterisk-addons/asterisk-ooh323c/ooh323c/src
In directory mongoose.digium.com:/tmp/cvs-serv4136/ooh323c/src

Modified Files:
        ooh323ep.c 
Log Message:
Updated

Index: ooh323ep.c
===================================================================
RCS file: /usr/cvsroot/asterisk-addons/asterisk-ooh323c/ooh323c/src/ooh323ep.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- ooh323ep.c  26 Oct 2005 20:49:40 -0000      1.7
+++ ooh323ep.c  31 Oct 2005 18:35:20 -0000      1.8
@@ -372,6 +372,12 @@
          gH323ep.listener = NULL;   
       }
 
+      if(gH323ep.cmdListener != 0)
+      {
+         ooSocketClose(gH323ep.cmdListener);
+         gH323ep.cmdListener = 0;
+      }
+
       ooGkClientDestroy();  
 
       if(gH323ep.fptraceFile)

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to