Skip to content

Commit

Permalink
Fix warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Sep 2, 2023
1 parent 3cd7581 commit b02062d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pappl/system-webif.c
Original file line number Diff line number Diff line change
Expand Up @@ -2609,7 +2609,6 @@ tls_make_certificate(
cups_len_t num_form, // I - Number of form variables
cups_option_t *form) // I - Form variables
{
int i; // Looping var
pappl_system_t *system = papplClientGetSystem(client);
// System
const char *home, // Home directory
Expand All @@ -2624,7 +2623,6 @@ tls_make_certificate(
int duration; // Duration in years
char hostname[256], // Hostname
localname[256], // Hostname.local
*domain, // Domain name
basedir[256], // CUPS directory
ssldir[256], // CUPS "ssl" directory
crtfile[1024], // Certificate file
Expand Down

0 comments on commit b02062d

Please sign in to comment.