1
0
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:
Stas Sergeev
2024-06-28 11:17:44 +03:00
parent 53c834275e
commit 949917cb6c

View File

@@ -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) {