summaryrefslogtreecommitdiffstats
path: root/admin_server.c
diff options
context:
space:
mode:
authorSuper User2008-01-19 18:10:46 +0100
committerSuper User2008-01-19 18:10:46 +0100
commit14f76f1e81f0a4e7a63e83136d1ac958bf85c8a5 (patch)
tree981f17ede49ca63cc87eef0fddfcc0f08761d21c /admin_server.c
parentnew sounds for EFI (diff)
downloadlcr-14f76f1e81f0a4e7a63e83136d1ac958bf85c8a5.tar.gz
lcr-14f76f1e81f0a4e7a63e83136d1ac958bf85c8a5.tar.xz
lcr-14f76f1e81f0a4e7a63e83136d1ac958bf85c8a5.zip
work on unfinished asterisk channel driver (bchannel handling)
modified: Makefile modified: README modified: action.cpp modified: admin_server.c modified: apppbx.cpp modified: apppbx.h new file: bchannel.c new file: bchannel.h renamed: asterisk_client.c -> chan_lcr.c renamed: asterisk_client.h -> chan_lcr.h deleted: channel.c modified: dss1.cpp modified: extension.c modified: extension.h modified: interface.c modified: interface.h modified: joinremote.cpp modified: joinremote.h modified: mISDN.cpp modified: mISDN.h modified: main.h modified: message.h modified: route.c modified: todo.txt
Diffstat (limited to 'admin_server.c')
-rw-r--r--admin_server.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin_server.c b/admin_server.c
index 08a4dde..2624ad7 100644
--- a/admin_server.c
+++ b/admin_server.c
@@ -1087,7 +1087,7 @@ int admin_handle(void)
if (sock < 0)
return(0);
- /* check for new incomming connections */
+ /* check for new incoming connections */
if ((new_sock = accept(sock, (struct sockaddr *)&sock_address, &sock_len)) >= 0)
{
work = 1;
@@ -1096,7 +1096,7 @@ int admin_handle(void)
if (ioctl(new_sock, FIONBIO, (unsigned char *)(&on)) >= 0)
{
//#warning
-// PERROR("DEBUG incomming socket %d, serial=%d\n", new_sock, sockserial);
+// PERROR("DEBUG incoming socket %d, serial=%d\n", new_sock, sockserial);
memuse++;
fhuse++;
admin->sockserial = sockserial++;