Rename variable sockpath to unixsocket

This commit is contained in:
Pieter Noordhuis
2010-10-13 17:17:56 +02:00
parent 704bd093be
commit 5d10923f7b
4 changed files with 12 additions and 11 deletions

View File

@ -330,7 +330,7 @@ struct redisServer {
pthread_t mainthread;
int port;
char *bindaddr;
char *sockpath;
char *unixsocket;
int ipfd;
int sofd;
redisDb *db;