aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorjames <>2008-02-14 16:21:17 +0000
committerjames <>2008-02-14 16:21:17 +0000
commit5f9589e991466fec6ffe2273c767243da8ee05c1 (patch)
tree63e4e211136d51252ae70efcda31e8edbd15634c /apps
parent69d644e5de7029d433a7088a348586f0c9ca4be4 (diff)
downloadsympathy-5f9589e991466fec6ffe2273c767243da8ee05c1.tar.gz
sympathy-5f9589e991466fec6ffe2273c767243da8ee05c1.tar.bz2
sympathy-5f9589e991466fec6ffe2273c767243da8ee05c1.zip
*** empty log message ***
Diffstat (limited to 'apps')
-rw-r--r--apps/sympathyd.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/sympathyd.c b/apps/sympathyd.c
index 41a39f2..81ea2f0 100644
--- a/apps/sympathyd.c
+++ b/apps/sympathyd.c
@@ -11,6 +11,9 @@ static char rcsid[] =
/*
* $Log$
+ * Revision 1.11 2008/02/14 16:21:17 james
+ * *** empty log message ***
+ *
* Revision 1.10 2008/02/14 10:39:14 james
* *** empty log message ***
*
@@ -274,6 +277,9 @@ main (int argc, char *argv[])
Clients *clients;
+ construct_possible_lock_files("/dev/modem");
+ return 0;
+
s = socket_listen ("socket");
c.t = ptty_open (NULL, NULL);