From: Bryan Mason Date: Wed, 6 Oct 2021 18:12:29 +0000 (-0700) Subject: Remove braces. X-Git-Tag: v2.4b1~21^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F257%2Fhead;p=thirdparty%2Fcups.git Remove braces. --- diff --git a/cgi-bin/ipp-var.c b/cgi-bin/ipp-var.c index 96ec2c5543..939675e064 100644 --- a/cgi-bin/ipp-var.c +++ b/cgi-bin/ipp-var.c @@ -271,9 +271,7 @@ cgiMoveJobs(http_t *http, /* I - Connection to server */ */ if ((user = getenv("REMOTE_USER")) == NULL) - { user = "guest"; - } /* * See if the user has already selected a new destination...