--- ansh/src/ansh.c 2011/10/14 09:04:04 1.1.1.1.2.7 +++ ansh/src/ansh.c 2011/10/17 09:28:19 1.1.1.1.2.8 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ - * $Id: ansh.c,v 1.1.1.1.2.7 2011/10/14 09:04:04 misho Exp $ + * $Id: ansh.c,v 1.1.1.1.2.8 2011/10/17 09:28:19 misho Exp $ * ************************************************************************* The ELWIX and AITNET software is distributed under the following @@ -81,9 +81,9 @@ main(int argc, char **argv) Crypted = (u_int) random() % UINT_MAX; } while (!Crypted); - strlcpy(Key, DEFAULT_KEY, sizeof Key); - Get1stEth(szDev, STRSIZ); + + strlcpy(Key, DEFAULT_KEY, sizeof Key); while ((ch = getopt(argc, argv, "hvut:d:k:")) != -1) switch (ch) {