Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
c3b144b6
Commit
c3b144b6
authored
Jul 30, 2007
by
David Johnson
Browse files
Whoops.
parent
31fac7fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/rmanage/rmcp.c
View file @
c3b144b6
...
...
@@ -84,7 +84,7 @@ u_int8_t *swr_fill_str(char *str,int len) {
u_int8_t
*
retval
=
NULL
;
retval
=
(
u_int8_t
*
)
malloc
(
sizeof
(
u_int8_t
)
*
len
);
if
(
retval
!=
NULL
)
{
strn
cpy
((
char
*
)
retval
,
str
,
len
);
mem
cpy
((
char
*
)
retval
,
str
,
len
);
}
return
retval
;
}
...
...
@@ -911,7 +911,7 @@ rmcp_error_t rmcp_ctx_setsecure(rmcp_ctx_t *ctx,
ctx
->
gen_key_len
=
gen_key_len
;
}
}
return
retval
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment