~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to lib/inets/src/http_server/mod_auth.erl

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-02-15 16:42:52 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20090215164252-dxpjjuq108nz4noa
Tags: 1:12.b.5-dfsg-2
Upload to unstable after lenny is released.

Show diffs side-by-side

added added

removed removed

Lines of Context:
520
520
                          PassW
521
521
                  end,
522
522
            DirDataLast = lists:keydelete(auth_access_password,1,DirData), 
523
 
            case catch AuthMod:store_directory_data(Directory, DirDataLast) of
 
523
            Server_root = proplists:get_value(server_root, ConfigList),
 
524
            case catch AuthMod:store_directory_data(Directory, DirDataLast, Server_root) of
524
525
                ok ->
525
526
                    add_auth_password(Directory,Pwd,ConfigList),
526
527
                    {ok, {directory, {Directory, DirDataLast}}};