aboutsummaryrefslogtreecommitdiff
path: root/src/Authorisation.c
diff options
context:
space:
mode:
authorgoodale <goodale@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2000-09-16 11:05:57 +0000
committergoodale <goodale@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2000-09-16 11:05:57 +0000
commitbd743f147dc616713c55b75544593f9347f0d87b (patch)
tree332735ab850b58fa4a5ee375195da01e3a098731 /src/Authorisation.c
parentb0b2c2fab4f256a500334af161adc87babf30d76 (diff)
Fixing typo.
Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@20 1faa4e14-9dd3-4be0-9f0e-ffe519881164
Diffstat (limited to 'src/Authorisation.c')
-rw-r--r--src/Authorisation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Authorisation.c b/src/Authorisation.c
index 6c214e6..883dff8 100644
--- a/src/Authorisation.c
+++ b/src/Authorisation.c
@@ -265,7 +265,7 @@ static int AddUser(uHash *database,
{
/* New user */
- this_user = (struct httpUserData *)malloc(sizeof(struct httpUserData *));
+ this_user = (struct httpUserData *)malloc(sizeof(struct httpUserData));
if(this_user)
{