Fossil SCM

Remove an unused variable from the security audit webpage.

drh 2017-07-12 18:55 trunk
Commit 7c0b971437fdbc7755bc96b68c4e4ff4278cc9c738e0adae1ee869d719b1355c
1 file changed -1
--- src/security_audit.c
+++ src/security_audit.c
@@ -44,11 +44,10 @@
4444
void secaudit0_page(void){
4545
const char *zAnonCap; /* Capabilities of user "anonymous" and "nobody" */
4646
const char *zPubPages; /* GLOB pattern for public pages */
4747
char *z;
4848
int n;
49
- double r;
5049
5150
login_check_credentials();
5251
if( !g.perm.Setup && !g.perm.Admin ){
5352
login_needed(0);
5453
return;
5554
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button