diff options
author | Kozlov Dmitry <xeb@mail.ru> | 2013-06-04 15:37:57 +0400 |
---|---|---|
committer | Kozlov Dmitry <xeb@mail.ru> | 2013-06-04 15:37:57 +0400 |
commit | 45156b684e0bd404215183d1368ad8694f29075e (patch) | |
tree | 28b2cb7abdebf9f1763968ddf0820647b894b2b2 /accel-pppd/shaper/shaper.c | |
parent | b267b9c39ed7177b466db6c8b5b3f8c3dc6d7758 (diff) | |
parent | cf27bf49df5243237acb15389fb5544f5a863685 (diff) | |
download | accel-ppp-xebd-45156b684e0bd404215183d1368ad8694f29075e.tar.gz accel-ppp-xebd-45156b684e0bd404215183d1368ad8694f29075e.zip |
Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/code
Diffstat (limited to 'accel-pppd/shaper/shaper.c')
-rw-r--r-- | accel-pppd/shaper/shaper.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/accel-pppd/shaper/shaper.c b/accel-pppd/shaper/shaper.c index 5e6b576..34a0988 100644 --- a/accel-pppd/shaper/shaper.c +++ b/accel-pppd/shaper/shaper.c @@ -546,9 +546,6 @@ static int shaper_restore_exec(const char *cmd, char * const *f, int f_cnt, void { struct shaper_pd_t *pd; int all, found = 0;; - int *ptr = 0; - - *ptr = 1; if (f_cnt != 3) return CLI_CMD_SYNTAX; |