projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
1708997
)
Small fix.
author
Guus Sliepen
<guus@tinc-vpn.org>
Mon, 11 Feb 2002 14:20:46 +0000
(14:20 +0000)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Mon, 11 Feb 2002 14:20:46 +0000
(14:20 +0000)
src/solaris/device.c
patch
|
blob
|
history
diff --git
a/src/solaris/device.c
b/src/solaris/device.c
index
5aacf3e
..
cf0bb53
100644
(file)
--- a/
src/solaris/device.c
+++ b/
src/solaris/device.c
@@
-17,7
+17,7
@@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- $Id: device.c,v 1.1.2.
5 2002/02/11 12:33:01
guus Exp $
+ $Id: device.c,v 1.1.2.
6 2002/02/11 14:20:46
guus Exp $
*/
*/
@@
-114,7
+114,7
@@
cp
}
if(!get_config_string(lookup_config(config_tree, "Interface"), &interface))
}
if(!get_config_string(lookup_config(config_tree, "Interface"), &interface))
- asprintf(interface, "tun%d", ppa);
+ asprintf(
&
interface, "tun%d", ppa);
device_info = _("Solaris tun device");
device_info = _("Solaris tun device");