Deleted Added
full compact
20c20
< * $Id: command.c,v 1.156 1998/07/28 21:54:52 brian Exp $
---
> * $Id: command.c,v 1.157 1998/07/29 18:21:13 brian Exp $
125c125
< const char VersionDate[] = "$Date: 1998/07/28 21:54:52 $";
---
> const char VersionDate[] = "$Date: 1998/07/29 18:21:13 $";
309,310c309
< bundle_Open(arg->bundle, arg->cx ? arg->cx->name : NULL, PHYS_ALL,
< arg->cmd->args ? 1 : 0);
---
> bundle_Open(arg->bundle, arg->cx ? arg->cx->name : NULL, PHYS_ALL, 1);
461,464d459
< {NULL, "dial!", DialCommand, LOCAL_AUTH | LOCAL_CX_OPT,
< "Dial and login", "dial! [remote]", (void *)1},
< {NULL, "call!", DialCommand, LOCAL_AUTH | LOCAL_CX_OPT,
< "Dial and login", "call! [remote]", (void *)1},
476,477d470
< "Open an FSM", "open [lcp|ccp|ipcp]", NULL},
< {NULL, "open!", OpenCommand, LOCAL_AUTH | LOCAL_CX_OPT,
844,845c837
< bundle_Open(arg->bundle, arg->cx ? arg->cx->name : NULL, PHYS_ALL,
< arg->cmd->args ? 1 : 0);
---
> bundle_Open(arg->bundle, arg->cx ? arg->cx->name : NULL, PHYS_ALL, 1);
854,855c846
< bundle_Open(arg->bundle, cx->name, PHYS_ALL,
< arg->cmd->args ? 1 : 0);
---
> bundle_Open(arg->bundle, cx->name, PHYS_ALL, 1);
882c873
< bundle_Open(arg->bundle, NULL, PHYS_ALL, arg->cmd->args ? 1 : 0);
---
> bundle_Open(arg->bundle, NULL, PHYS_ALL, 1);