aboutsummaryrefslogtreecommitdiffstats
path: root/apps/sympathyd.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/sympathyd.c')
-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);