diff options
author | foobar <sniper@php.net> | 2003-03-18 01:24:18 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-03-18 01:24:18 +0000 |
commit | 6121c846b3a1bdab606af8b7198edd4bf2deb5c2 (patch) | |
tree | c8d52f94eeb99f112251e215f82aec050c58f909 /sapi/apache2handler/sapi_apache2.c | |
parent | e15cc994159dbd1bce2be79657f1b2e15980623a (diff) | |
download | php-git-6121c846b3a1bdab606af8b7198edd4bf2deb5c2.tar.gz |
whitespace..
Diffstat (limited to 'sapi/apache2handler/sapi_apache2.c')
-rw-r--r-- | sapi/apache2handler/sapi_apache2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache2handler/sapi_apache2.c b/sapi/apache2handler/sapi_apache2.c index c8e8e10718..7d5148149d 100644 --- a/sapi/apache2handler/sapi_apache2.c +++ b/sapi/apache2handler/sapi_apache2.c @@ -429,7 +429,7 @@ static void php_apache_request_ctor(request_rec *r, php_struct *ctx TSRMLS_DC) if (!PG(safe_mode)) { auth = apr_table_get(r->headers_in, "Authorization"); php_handle_auth_data(auth TSRMLS_CC); - ctx->r->user = apr_pstrdup(ctx->r->pool, SG(request_info).auth_user); + ctx->r->user = apr_pstrdup(ctx->r->pool, SG(request_info).auth_user); } else { SG(request_info).auth_user = NULL; SG(request_info).auth_password = NULL; |