comparison dbmulti.c @ 86:ace512d2ad5d

Small fixes
author Matt Johnston <matt@ucc.asn.au>
date Tue, 17 Aug 2004 10:40:31 +0000
parents e3adf4cf5465
children 9b7fc71039cd
comparison
equal deleted inserted replaced
85:2877c5a02d7c 86:ace512d2ad5d
42 if (strcmp(progname, "dropbear") == 0) { 42 if (strcmp(progname, "dropbear") == 0) {
43 return dropbear_main(argc, argv); 43 return dropbear_main(argc, argv);
44 } 44 }
45 #endif 45 #endif
46 #ifdef DBMULTI_dbclient 46 #ifdef DBMULTI_dbclient
47 if (strcmp(progname, "dbclient") == 0) { 47 if (strcmp(progname, "dbclient") == 0
48 || strcmp(progname, "ssh") == 0) {
48 return cli_main(argc, argv); 49 return cli_main(argc, argv);
49 } 50 }
50 #endif 51 #endif
51 #ifdef DBMULTI_dropbearkey 52 #ifdef DBMULTI_dropbearkey
52 if (strcmp(progname, "dropbearkey") == 0) { 53 if (strcmp(progname, "dropbearkey") == 0) {