style fix, no code changes
This commit is contained in:
parent
6e69e4237d
commit
cf8b1ef845
@ -197,8 +197,8 @@ static void prg_cache_clear(void)
|
|||||||
#define prg_cache_clear() ((void)0)
|
#define prg_cache_clear() ((void)0)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static long extract_socket_inode(const char *lname) {
|
static long extract_socket_inode(const char *lname)
|
||||||
|
{
|
||||||
long inode = -1;
|
long inode = -1;
|
||||||
|
|
||||||
if (strncmp(lname, "socket:[", sizeof("socket:[")-1) == 0) {
|
if (strncmp(lname, "socket:[", sizeof("socket:[")-1) == 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user