diff --git a/python/netlink/core.py b/python/netlink/core.py index fbd1c9e..e5864cf 100644 --- a/python/netlink/core.py +++ b/python/netlink/core.py @@ -449,7 +449,7 @@ class ObjIterator(object): return capi.nl_cache_get_next(self._nl_object) def next(self): - return self.__next__(self) + return self.__next__() def __next__(self): if self._end: