You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2013/03/17 20:14:21 UTC

svn commit: r1457522 - in /httpd/httpd/branches/2.4.x: ./ server/util_expr_eval.c

Author: minfrin
Date: Sun Mar 17 19:14:21 2013
New Revision: 1457522

URL: http://svn.apache.org/r1457522
Log:
Backport r1457520.
RPM spec file: we depend on libuuid-devel to build.

Modified:
    httpd/httpd/branches/2.4.x/   (props changed)
    httpd/httpd/branches/2.4.x/server/util_expr_eval.c

Propchange: httpd/httpd/branches/2.4.x/
------------------------------------------------------------------------------
  Merged /httpd/httpd/trunk:r1457520

Modified: httpd/httpd/branches/2.4.x/server/util_expr_eval.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/server/util_expr_eval.c?rev=1457522&r1=1457521&r2=1457522&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/server/util_expr_eval.c (original)
+++ httpd/httpd/branches/2.4.x/server/util_expr_eval.c Sun Mar 17 19:14:21 2013
@@ -1577,7 +1577,6 @@ static const struct expr_provider_single
     { filesize_func,        "filesize",       NULL, 1 },
     { NULL, NULL, NULL}
 };
-/* XXX: base64 encode/decode ? */
 
 static const struct expr_provider_single unary_op_providers[] = {
     { op_nz,        "n", NULL,             0 },