projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] fix path to the orinoco pcmcia driver, thanks hauke
[openwrt.git]
/
package
/
swconfig
/
src
/
cli.c
diff --git
a/package/swconfig/src/cli.c
b/package/swconfig/src/cli.c
index
7e77bd2
..
76593ba
100644
(file)
--- a/
package/swconfig/src/cli.c
+++ b/
package/swconfig/src/cli.c
@@
-196,8
+196,6
@@
int main(int argc, char **argv)
int err;
int i;
int err;
int i;
- struct switch_port *ports;
-
int cmd = CMD_NONE;
char *cdev = NULL;
int cport = -1;
int cmd = CMD_NONE;
char *cdev = NULL;
int cport = -1;
@@
-255,8
+253,6
@@
int main(int argc, char **argv)
return 1;
}
return 1;
}
- ports = malloc(sizeof(struct switch_port) * dev->ports);
- memset(ports, 0, sizeof(struct switch_port) * dev->ports);
swlib_scan(dev);
if (cmd == CMD_GET || cmd == CMD_SET) {
swlib_scan(dev);
if (cmd == CMD_GET || cmd == CMD_SET) {
@@
-329,7
+325,5
@@
int main(int argc, char **argv)
out:
swlib_free_all(dev);
out:
swlib_free_all(dev);
- free(ports);
-
return 0;
}
return 0;
}
This page took
0.019723 seconds
and
4
git commands to generate.