Authenticated conn between tpqs and tpqc works.
[trust_router.git] / gsscon / test / gsscon_server.c
index 1e9232b..63b460a 100644 (file)
@@ -144,6 +144,7 @@ int main (int argc, const char *argv[])
         int authorizationError = 0;
         
         connectionFD = accept (listenFD, NULL, NULL);
+
         if (connectionFD < 0) {
             if (errno != EINTR) { 
                 err = errno;