diff options
Diffstat (limited to 'src/query.c')
| -rw-r--r-- | src/query.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/query.c b/src/query.c index 5645271..806c691 100644 --- a/src/query.c +++ b/src/query.c @@ -75,6 +75,7 @@ int handle_request(struct nodeid* self, const char* method, const char* packet, if(rc < 0) return QUERY_EBADQ; *response += rc; + }else if(strcmp(method, "get_peers") == 0) { } else { return QUERY_EUNK; } |
