public inbox for [email protected]  
help / color / mirror / Atom feed
[Patch] Fix libssh2 build error on vs2010
2+ messages / 2 participants
[nested] [flat]

* [Patch] Fix libssh2 build error on vs2010
@ 2016-01-07 12:49 Nikolai Zhubr <[email protected]>
  2016-01-07 12:57 ` Re: [Patch] Fix libssh2 build error on vs2010 Ashesh Vashi <[email protected]>
  0 siblings, 1 reply; 2+ messages in thread

From: Nikolai Zhubr @ 2016-01-07 12:49 UTC (permalink / raw)
  To: pgadmin-hackers

Hello all,

Please consider the attached trivial patch to fix build errors with VS2010.
Supposedly it would not hurt anyway.


Thank you,
Nikolai


--- pgadmin/libssh2/hostkey.c.orig	2016-01-04 16:05:37.000000000 +0300
+++ pgadmin/libssh2/hostkey.c	2016-01-07 15:34:02.646575436 +0300
@@ -277,8 +277,8 @@
     libssh2_dsa_ctx *dsactx;
     const unsigned char *p, *q, *g, *y, *s;
     unsigned long p_len, q_len, g_len, y_len, len;
+    int ret;
     (void) hostkey_data_len;
-	int ret;
 
     if (*abstract) {
         hostkey_method_ssh_dss_dtor(session, abstract);



-- 
Sent via pgadmin-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


Attachments:

  [text/plain] fix_vs2010.diff (421B, 2-fix_vs2010.diff)
  download | inline diff:
--- pgadmin/libssh2/hostkey.c.orig	2016-01-04 16:05:37.000000000 +0300
+++ pgadmin/libssh2/hostkey.c	2016-01-07 15:34:02.646575436 +0300
@@ -277,8 +277,8 @@
     libssh2_dsa_ctx *dsactx;
     const unsigned char *p, *q, *g, *y, *s;
     unsigned long p_len, q_len, g_len, y_len, len;
+    int ret;
     (void) hostkey_data_len;
-	int ret;
 
     if (*abstract) {
         hostkey_method_ssh_dss_dtor(session, abstract);



^ permalink  raw  reply  [nested|flat] 2+ messages in thread

* Re: [Patch] Fix libssh2 build error on vs2010
  2016-01-07 12:49 [Patch] Fix libssh2 build error on vs2010 Nikolai Zhubr <[email protected]>
@ 2016-01-07 12:57 ` Ashesh Vashi <[email protected]>
  0 siblings, 0 replies; 2+ messages in thread

From: Ashesh Vashi @ 2016-01-07 12:57 UTC (permalink / raw)
  To: Nikolai Zhubr <[email protected]>; +Cc: pgadmin-hackers

Done.

Thanks

--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise PostgreSQL Company
<http://www.enterprisedb.com;


*http://www.linkedin.com/in/asheshvashi*
<http://www.linkedin.com/in/asheshvashi;

On Thu, Jan 7, 2016 at 6:19 PM, Nikolai Zhubr <[email protected]> wrote:

> Hello all,
>
> Please consider the attached trivial patch to fix build errors with VS2010.
> Supposedly it would not hurt anyway.
>
>
> Thank you,
> Nikolai
>
>
>
> --
> Sent via pgadmin-hackers mailing list ([email protected])
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>
>


^ permalink  raw  reply  [nested|flat] 2+ messages in thread


end of thread, other threads:[~2016-01-07 12:57 UTC | newest]

Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2016-01-07 12:49 [Patch] Fix libssh2 build error on vs2010 Nikolai Zhubr <[email protected]>
2016-01-07 12:57 ` Ashesh Vashi <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox