summaryrefslogtreecommitdiff
path: root/sftp-int.c
diff options
context:
space:
mode:
Diffstat (limited to 'sftp-int.c')
-rw-r--r--sftp-int.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sftp-int.c b/sftp-int.c
index d3dc085e2..6a2012910 100644
--- a/sftp-int.c
+++ b/sftp-int.c
@@ -25,7 +25,7 @@
25/* XXX: recursive operations */ 25/* XXX: recursive operations */
26 26
27#include "includes.h" 27#include "includes.h"
28RCSID("$OpenBSD: sftp-int.c,v 1.48 2002/09/11 22:41:50 djm Exp $"); 28RCSID("$OpenBSD: sftp-int.c,v 1.49 2002/09/12 00:13:06 djm Exp $");
29 29
30#include "buffer.h" 30#include "buffer.h"
31#include "xmalloc.h" 31#include "xmalloc.h"
@@ -205,7 +205,6 @@ static char *
205path_strip(char *path, char *strip) 205path_strip(char *path, char *strip)
206{ 206{
207 size_t len; 207 size_t len;
208 char *ret;
209 208
210 if (strip == NULL) 209 if (strip == NULL)
211 return (xstrdup(path)); 210 return (xstrdup(path));