File: 0002-Remove-excess-initialisers.patch

package info (click to toggle)
php-ssh2 0.12-3%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 304 kB
  • ctags: 267
  • sloc: ansic: 2,796; xml: 170; sh: 26; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 571 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From: Mathieu Parent <math.parent@gmail.com>
Date: Thu, 19 Jun 2014 21:50:41 +0200
Subject: Remove excess initialisers

WHile fixing php bug #61253, API was changed.

Debain-Bug: https://bugs.debian.org/750081
---
 ssh2-0.12/ssh2_sftp.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/ssh2-0.12/ssh2_sftp.c b/ssh2-0.12/ssh2_sftp.c
index f46f11e..4666a72 100644
--- a/ssh2-0.12/ssh2_sftp.c
+++ b/ssh2-0.12/ssh2_sftp.c
@@ -567,8 +567,6 @@ php_stream_wrapper php_ssh2_sftp_wrapper = {
 	&php_ssh2_sftp_wrapper_ops,
 	NULL,
 	1,
-	0,
-	NULL,
 };
 
 /* *****************