We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ac1857 commit 6136d36Copy full SHA for 6136d36
1 file changed
table_socketmap.c
@@ -38,7 +38,7 @@
38
39
static char *config;
40
static int sock = -1;
41
-static int connected = 0;
+static int connected;
42
static FILE *sockstream;
43
static char repbuffer[REPLYBUFFERSIZE+1];
44
0 commit comments