Fix for:
[src/client/SyntheticClient.cc:1143]: (style) Expression is always
false because 'else if' condition matches previous condition at line 1139.
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
const char *a = t.get_string(buf, p);
list<string> contents;
client->getdir(a, contents);
- } else if (strcmp(op, "getdir") == 0) {
- const char *a = t.get_string(buf, p);
- list<string> contents;
- client->getdir(a, contents);
} else if (strcmp(op, "opendir") == 0) {
const char *a = t.get_string(buf, p);
int64_t b = t.get_int();