remove unused variables
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8301 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -253,8 +253,6 @@ int
|
|||||||
main(int argc, char **argv)
|
main(int argc, char **argv)
|
||||||
{
|
{
|
||||||
int his_addr_len, ctrl_addr_len, on = 1, tos;
|
int his_addr_len, ctrl_addr_len, on = 1, tos;
|
||||||
char *cp, line[LINE_MAX];
|
|
||||||
FILE *fd;
|
|
||||||
int port;
|
int port;
|
||||||
struct servent *sp;
|
struct servent *sp;
|
||||||
|
|
||||||
@@ -708,7 +706,6 @@ checkaccess(char *name)
|
|||||||
|
|
||||||
int do_login(int code, char *passwd)
|
int do_login(int code, char *passwd)
|
||||||
{
|
{
|
||||||
FILE *fd;
|
|
||||||
login_attempts = 0; /* this time successful */
|
login_attempts = 0; /* this time successful */
|
||||||
if (setegid((gid_t)pw->pw_gid) < 0) {
|
if (setegid((gid_t)pw->pw_gid) < 0) {
|
||||||
reply(550, "Can't set gid.");
|
reply(550, "Can't set gid.");
|
||||||
|
Reference in New Issue
Block a user