~rdoering/ubuntu/karmic/erlang/fix-535090

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-02-15 16:42:52 UTC
  • mfrom: (1.1.13 upstream)
  • mto: (3.3.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: james.westby@ubuntu.com-20090215164252-dxpjjuq108nz4noa
Upload to unstable after lenny is released.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
         remove_group_member/5, remove_group_member/6, 
38
38
         remove_group/4, remove_group/5]).
39
39
 
40
 
-export([store_directory_data/2]).
 
40
-export([store_directory_data/3]).
41
41
 
42
42
-include("httpd.hrl").
43
43
-include("mod_auth.hrl").
44
44
 
45
45
 
46
46
 
47
 
store_directory_data(_Directory, _DirData) ->
 
47
store_directory_data(_Directory, _DirData, _Server_root) ->
48
48
    %% We don't need to do anything here, we could of course check that
49
49
    %% the appropriate mnesia tables has been created prior to
50
50
    %% starting the http server.