mirror of
https://github.com/haiwen/libsearpc.git
synced 2025-09-17 23:37:46 +00:00
searpc-demo-server: remove unused variable
This commit is contained in:
@@ -129,8 +129,6 @@ main(int argc, char *argv[])
|
||||
}
|
||||
|
||||
while (1) {
|
||||
GError *error = NULL;
|
||||
|
||||
clilen = sizeof(client_addr);
|
||||
connfd = accept(listenfd, (struct sockaddr *)&client_addr, &clilen);
|
||||
if (connfd < 0) {
|
||||
|
Reference in New Issue
Block a user