(doit_conn): Fix typo in call to accept.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1838 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-06-03 03:20:40 +00:00
parent e1b872e687
commit bcfa8627ac

View File

@@ -303,7 +303,7 @@ doit_conn (int fd, int meta_sock, int flags,
return 1;
}
sock2 = accept (sock, (struct sockaddr *)&thisaddr, &addrlen);
sock2 = accept (sock, (struct sockaddr *)thisaddr, &addrlen);
if (sock2 < 0) {
syslog (LOG_ERR, "accept: %m");
return 1;