Changeset 800

Show
Ignore:
Timestamp:
10/27/07 04:10:15 (11 months ago)
Author:
evanweaver
Message:

Fix user-switching ivar typo. It's all Evan's fault.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tags/rel_1-0-3/CHANGELOG

    r740 r800  
     1 
     2v1.0.3. Fix user-switching bug; make people upgrade to the latest from the RC. 
    13 
    24v1.0.2. Signed gem; many minor bugfixes and patches. 
  • tags/rel_1-0-3/lib/mongrel/configurator.rb

    r760 r800  
    6161        if uid != target_uid or gid != target_gid 
    6262          log "Initiating groups for #{user.inspect}:#{group.inspect}." 
    63           Process.initgroups(user, target_id) 
     63          Process.initgroups(user, target_gid) 
    6464         
    6565          log "Changing group to #{group.inspect}."