diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-02-11 10:43:29 +0100 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-02-11 10:43:29 +0100 |
commit | aee28b5d9db5f6f052c874867bf5f6835380bf9d (patch) | |
tree | b2cc8801b76a160ab21774fedfe2d1faa281e753 /debian | |
parent | 7f459c9278e4b5f463375659c50ed2affe8e8762 (diff) |
fix fix-get-children-source.patch
Diffstat (limited to 'debian')
-rw-r--r-- | debian/patches/fix-get-children-source.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/fix-get-children-source.patch b/debian/patches/fix-get-children-source.patch index 9a538f20..53473203 100644 --- a/debian/patches/fix-get-children-source.patch +++ b/debian/patches/fix-get-children-source.patch @@ -962,7 +962,7 @@ index cf817b5..306a430 100644 /* Add the port class *CLASS to the list of control port classes recognized by trivfs; if *CLASS is 0, an attempt is made to allocate a new port diff --git a/nfs/main.c b/nfs/main.c -index 3ce75a9..33cda67 100644 +index 3ce75a9..cd1c29a 100644 --- a/nfs/main.c +++ b/nfs/main.c @@ -269,6 +269,20 @@ netfs_append_args (char **argz, size_t *argz_len) @@ -979,7 +979,7 @@ index 3ce75a9..33cda67 100644 + if (! cred) + return EOPNOTSUPP; + -+ asprintf (source, source_len, "%s:%s", host, remote_fs); ++ snprintf (source, source_len, "%s:%s", host, remote_fs); + return 0; +} + |