From: Eric Wong Date: Wed, 26 Aug 2020 08:17:39 +0000 (+0000) Subject: over: rename ->disconnect to ->dbh_close X-Git-Tag: v1.6.0~93 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=22e7956e56f3a63479b894af0ee4812ff7ae025a;hp=22e7956e56f3a63479b894af0ee4812ff7ae025a;p=public-inbox.git over: rename ->disconnect to ->dbh_close Since we got rid of over->connect, `disconnect' no longer pairs with it. So name it after the `close(2)' syscall it ultimately issues. ---