Skip to content

Commit 38f3192

Browse files
authored
Merge pull request #2 from chaudron/master
XenaPort: fix clear_all_rx_stats()
2 parents 111cc8b + 4a92cb6 commit 38f3192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xenalib/XenaPort.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def grab_all_tx_stats(self):
193193
self.pt_stats[timestamp] = txdata
194194

195195
def clear_all_rx_stats(self):
196-
self.pt_stats = {}
196+
self.pr_stats = {}
197197
return self.__sendCommand('pr_clear')
198198

199199
def dump_all_rx_stats(self):

0 commit comments

Comments
 (0)