Просмотр исходного кода

Printing about the connection with option -r.

They made me do it.
Michele Orrù лет назад: 11
Родитель
Сommit
8e2827ed47
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/qa_sock.c

+ 1 - 0
src/qa_sock.c

@@ -249,6 +249,7 @@ X509* get_remote_cert(char *address)
   X509 *crt = NULL;
   qa_connection_t *c;
 
+  fprintf(stderr, "[-] connecting to %s\n", address);
   c = qa_connection_new(address);
   if (!c) return NULL;