Monotone-Parent: d690ff1fe2dd685ce9e4e5a8773578c039ec1bf4

Monotone-Revision: be3f824ea546882828787185ebfdd086e3742f87

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-04-11T19:17:20
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-04-11 19:17:20 +00:00
parent 5ff3a45095
commit 48f210e151
7 changed files with 13 additions and 46 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ static BOOL debugOn = YES;
NSString *auth;
NSArray *creds;
rq = [[(WOApplication *)[WOApplication application] context] request];
rq = [context request];
if ((auth = [rq headerForKey:@"authorization"]) == nil) {
/* no basic auth */
return nil;