Untitled

From Gray Pelican, 11 Years ago, written in Plain Text, viewed 501 times.
URL https://p.gaa.st/view/53747456 Embed
Download Paste or View Raw
  1. @@ -107,12 +109,12 @@
  2.  {
  3.         struct scd *conn = g_new0( struct scd, 1 );
  4.        
  5. +       conn->func = func;
  6. +       conn->data = data;
  7. +       conn->inpa = -1;
  8. +       conn->hostname = g_strdup( host );
  9. +       conn->verify = verify && global.conf->cafile;
  10.         conn->fd = proxy_connect( host, port, ssl_connected, conn );
  11. -       conn->func = func;
  12. -       conn->data = data;
  13. -       conn->inpa = -1;
  14. -       conn->hostname = g_strdup( host );
  15. -       conn->verify = verify && global.conf->cafile;
  16.        
  17.         if( conn->fd < 0 )
  18.         {
  19.  
  20.  

Reply to "Untitled"

Here you can reply to the paste above