Fossil SCM
Remove an unused variable from the security audit webpage.
Commit
7c0b971437fdbc7755bc96b68c4e4ff4278cc9c738e0adae1ee869d719b1355c
Parent
74bc515d36b11ac…
1 file changed
-1
-1
| --- src/security_audit.c | ||
| +++ src/security_audit.c | ||
| @@ -44,11 +44,10 @@ | ||
| 44 | 44 | void secaudit0_page(void){ |
| 45 | 45 | const char *zAnonCap; /* Capabilities of user "anonymous" and "nobody" */ |
| 46 | 46 | const char *zPubPages; /* GLOB pattern for public pages */ |
| 47 | 47 | char *z; |
| 48 | 48 | int n; |
| 49 | - double r; | |
| 50 | 49 | |
| 51 | 50 | login_check_credentials(); |
| 52 | 51 | if( !g.perm.Setup && !g.perm.Admin ){ |
| 53 | 52 | login_needed(0); |
| 54 | 53 | return; |
| 55 | 54 |
| --- src/security_audit.c | |
| +++ src/security_audit.c | |
| @@ -44,11 +44,10 @@ | |
| 44 | void secaudit0_page(void){ |
| 45 | const char *zAnonCap; /* Capabilities of user "anonymous" and "nobody" */ |
| 46 | const char *zPubPages; /* GLOB pattern for public pages */ |
| 47 | char *z; |
| 48 | int n; |
| 49 | double r; |
| 50 | |
| 51 | login_check_credentials(); |
| 52 | if( !g.perm.Setup && !g.perm.Admin ){ |
| 53 | login_needed(0); |
| 54 | return; |
| 55 |
| --- src/security_audit.c | |
| +++ src/security_audit.c | |
| @@ -44,11 +44,10 @@ | |
| 44 | void secaudit0_page(void){ |
| 45 | const char *zAnonCap; /* Capabilities of user "anonymous" and "nobody" */ |
| 46 | const char *zPubPages; /* GLOB pattern for public pages */ |
| 47 | char *z; |
| 48 | int n; |
| 49 | |
| 50 | login_check_credentials(); |
| 51 | if( !g.perm.Setup && !g.perm.Admin ){ |
| 52 | login_needed(0); |
| 53 | return; |
| 54 |