mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user