]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fixed Copy/Paste errors of "Snap redux" (PR #269)
authorTill Kamppeter <till.kamppeter@gmail.com>
Sat, 9 Oct 2021 15:06:36 +0000 (17:06 +0200)
committerTill Kamppeter <till.kamppeter@gmail.com>
Sat, 9 Oct 2021 15:06:36 +0000 (17:06 +0200)
Some variable declarations got lost by the changes which made the code
not building.

scheduler/auth.c

index 0de70e6b1b53a8c8d22afd4d197daa850a71a2c9..0f77dd667b41317594cda41825a64a7e390b0467 100644 (file)
@@ -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