projects
/
pgbouncer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e26ea54
)
remove unnecessary label
author
Marko Kreen
<markokr@gmail.com>
Tue, 8 Jan 2008 14:23:25 +0000
(14:23 +0000)
committer
Marko Kreen
<markokr@gmail.com>
Tue, 8 Jan 2008 14:23:25 +0000
(14:23 +0000)
src/janitor.c
patch
|
blob
|
blame
|
history
diff --git
a/src/janitor.c
b/src/janitor.c
index 07b2d6eafd627115acf4ada7c2d3f7210c686b8d..344cef0fef77e1c1323f7953f294b69eb73fccf7 100644
(file)
--- a/
src/janitor.c
+++ b/
src/janitor.c
@@
-471,7
+471,6
@@
static void do_full_maint(int sock, short flags, void *arg)
if (cf_auth_type >= AUTH_TRUST)
loader_users_check();
-skip:
safe_evtimer_add(&full_maint_ev, &full_maint_period);
}