summaryrefslogtreecommitdiff
path: root/gpsfake
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-06-24 02:17:19 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-06-24 02:17:19 +0000
commit8a1892ca51652cdb604af75885e90063bf1ba960 (patch)
tree4eecebb1ecbdaa9ac25015175a8e57538a56f47c /gpsfake
parent61b17b60cf13aef6477fc9d0087e97faf95aaa2b (diff)
downloadgpsd-8a1892ca51652cdb604af75885e90063bf1ba960.tar.gz
Small cleanup in gpsfake.
Diffstat (limited to 'gpsfake')
-rwxr-xr-xgpsfake2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsfake b/gpsfake
index 90b77d8d..729c25bc 100755
--- a/gpsfake
+++ b/gpsfake
@@ -88,7 +88,7 @@ except OSError:
if verbose:
sys.stderr.write("gpsfake: interpreting as %s packets\n" % testload.packtype)
-daemon = gpsfake.DaemonInstance("/tmp/gpsfake-%d.sock" % os.getpid())
+daemon = gpsfake.DaemonInstance()
# Next step: Launch the daemon and the thread to monitor it
child = os.fork()