Skip to content

Commit 6136d36

Browse files
committed
no need to zero a global variable
1 parent 6ac1857 commit 6136d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

table_socketmap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
static char *config;
4040
static int sock = -1;
41-
static int connected = 0;
41+
static int connected;
4242
static FILE *sockstream;
4343
static char repbuffer[REPLYBUFFERSIZE+1];
4444

0 commit comments

Comments
 (0)