CVS: tmda-cgi/stubs vpopmail1.py,1.4,1.5
Jim Ramsay <[email protected]>
| Newsgroups | gmane.mail.spam.tmda.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tmda/tmda-cgi/stubs
In directory sc8-pr-cvs1:/tmp/cvs-serv29150
Modified Files:
vpopmail1.py
Log Message:
Checking in Gre7g's fix for Brian Benitez's bugfind.
Index: vpopmail1.py
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/stubs/vpopmail1.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vpopmail1.py 4 Oct 2003 21:58:26 -0000 1.4
+++ vpopmail1.py 9 Dec 2003 16:41:15 -0000 1.5
@@ -35,4 +35,4 @@
Dict[Match.group(1)] = Match.group(2)
# Return the home directory, UID, and GID
- return Dict["dir"], Dict["uid"], 0, Dict["gecos"]
+ return Dict["dir"], 0, 0, Dict["gecos"]