(handle_udp, handle_tcp): correct type of `n'
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5183 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -338,7 +338,7 @@ handle_udp(struct descr *d)
|
||||
void *sa_buf;
|
||||
int sa_size;
|
||||
int from_len;
|
||||
size_t n;
|
||||
int n;
|
||||
|
||||
sa_size = krb5_max_sockaddr_size ();
|
||||
sa_buf = malloc(sa_size);
|
||||
@@ -393,7 +393,7 @@ handle_tcp(struct descr *d, int index, int min_free)
|
||||
struct sockaddr *sa;
|
||||
int sa_size;
|
||||
int from_len;
|
||||
size_t n;
|
||||
int n;
|
||||
|
||||
sa_size = krb5_max_sockaddr_size ();
|
||||
sa_buf = malloc(sa_size);
|
||||
|
Reference in New Issue
Block a user