From: Till Kamppeter Date: Sat, 9 Oct 2021 15:06:36 +0000 (+0200) Subject: Fixed Copy/Paste errors of "Snap redux" (PR #269) X-Git-Tag: v2.4b1~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ba81346212279dea706ef77ea5dc44bfd805a30;p=thirdparty%2Fcups.git Fixed Copy/Paste errors of "Snap redux" (PR #269) Some variable declarations got lost by the changes which made the code not building. --- diff --git a/scheduler/auth.c b/scheduler/auth.c index 0de70e6b1b..0f77dd667b 100644 --- a/scheduler/auth.c +++ b/scheduler/auth.c @@ -1960,6 +1960,8 @@ check_admin_access(cupsd_client_t *con) // I - Client connection SnapdClient *client = NULL; // Data structure of snapd access GError *error = NULL; // Glib error int ret = 1; // Return value + SnapdSnap *snap = NULL; // Data structure of client Snap + SnapdClient *snapd = NULL; // Data structure of snapd access # ifdef AF_LOCAL