strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d101a61
)
Renamed clone function to avoid name clash with uclibc
author
Martin Willi
<martin@revosec.ch>
Wed, 7 Apr 2010 12:54:22 +0000
(14:54 +0200)
committer
Martin Willi
<martin@revosec.ch>
Wed, 7 Apr 2010 12:54:22 +0000
(14:54 +0200)
src/libstrongswan/utils/identification.c
patch
|
blob
|
history
diff --git
a/src/libstrongswan/utils/identification.c
b/src/libstrongswan/utils/identification.c
index
b0da340
..
6a3c393
100644
(file)
--- a/
src/libstrongswan/utils/identification.c
+++ b/
src/libstrongswan/utils/identification.c
@@
-798,7
+798,7
@@
int identification_printf_hook(char *dst, size_t len, printf_hook_spec_t *spec,
return print_in_hook(dst, len, "%*s", spec->width, buf);
}
-METHOD(identification_t, clone, identification_t*,
+METHOD(identification_t, clone
_
, identification_t*,
private_identification_t *this)
{
private_identification_t *clone = malloc_thing(private_identification_t);
@@
-830,7
+830,7
@@
static private_identification_t *identification_create(id_type_t type)
.get_encoding = _get_encoding,
.get_type = _get_type,
.create_part_enumerator = _create_part_enumerator,
- .clone = _clone,
+ .clone = _clone
_
,
.destroy = _destroy,
},
.type = type,