Skip to content

Commit 8b6400a

Browse files
author
Richard Jones
committed
Didn't clean up after myself :)
1 parent 97f4801 commit 8b6400a

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

roundup-server

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
2121
Based on CGIHTTPServer in the Python library.
2222
23-
$Id: roundup-server,v 1.14 2001-10-12 02:20:32 richard Exp $
23+
$Id: roundup-server,v 1.15 2001-10-12 02:23:26 richard Exp $
2424
2525
"""
2626
import sys
@@ -185,14 +185,6 @@ class RoundupRequestHandler(SimpleHTTPServer.SimpleHTTPRequestHandler):
185185

186186
do_POST = run_cgi
187187

188-
user = None
189-
190-
def nobody_uid():
191-
"""Internal routine to get nobody's uid"""
192-
global user
193-
if user:
194-
return user
195-
196188
def usage(message=''):
197189
if message: message = 'Error: %s\n'%message
198190
print '''%sUsage:
@@ -268,6 +260,9 @@ if __name__ == '__main__':
268260

269261
#
270262
# $Log: not supported by cvs2svn $
263+
# Revision 1.14 2001/10/12 02:20:32 richard
264+
# server now handles setuid'ing much better
265+
#
271266
# Revision 1.13 2001/10/05 02:23:24 richard
272267
# . roundup-admin create now prompts for property info if none is supplied
273268
# on the command-line.

0 commit comments

Comments
 (0)