Commit d3185286 authored by Jim Fulton's avatar Jim Fulton

Got rid of unused variable.

parent 9ada184a
......@@ -86,7 +86,7 @@
"""Start the server storage.
"""
__version__ = "$Revision: 1.14 $"[11:-2]
__version__ = "$Revision: 1.15 $"[11:-2]
import sys, os, getopt, string
......@@ -185,7 +185,6 @@ def main(argv):
debug=0
host=''
unix=None
prefix=''
Z=1
UID='nobody'
for o, v in opts:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment