Small bug in silent option
This commit is contained in:
parent
b77158a934
commit
d6bdd5dc08
@ -62,7 +62,7 @@ static int get_prefix(unsigned long netmask)
|
|||||||
#define NETWORK 0x04
|
#define NETWORK 0x04
|
||||||
#define NETPREFIX 0x08
|
#define NETPREFIX 0x08
|
||||||
#define HOSTNAME 0x10
|
#define HOSTNAME 0x10
|
||||||
#define SILENT 0x80
|
#define SILENT 0x20
|
||||||
|
|
||||||
int ipcalc_main(int argc, char **argv)
|
int ipcalc_main(int argc, char **argv)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user