Browse Source

api.c remove unused reply string

nfactor-troky
Kano 11 years ago
parent
commit
5b338b2f93
  1. 1
      api.c

1
api.c

@ -4311,7 +4311,6 @@ static void mcast() @@ -4311,7 +4311,6 @@ static void mcast()
char *expect_code;
size_t expect_code_len;
char buf[1024];
char reply[] = "cgm-" API_MCAST_CODE "-"; // constant
char replybuf[1024];
memset(&grp, 0, sizeof(grp));

Loading…
Cancel
Save