Skip to content

Commit b5cf02d

Browse files
authored
Merge pull request #229 from truenas/NAS-120446-22.12.2
NAS-120446 / 22.12.2 / default to "py-libzfs:" history_prefix (by yocalebo)
2 parents 564ed50 + 578abd0 commit b5cf02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libzfs.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ cdef class ZFS(object):
423423
cdef char *history_prefix
424424
proptypes = {}
425425

426-
def __cinit__(self, history=True, history_prefix='', mnttab_cache=True):
426+
def __cinit__(self, history=True, history_prefix='py-libzfs:', mnttab_cache=True):
427427
cdef zfs.zfs_type_t c_type
428428
cdef prop_iter_state iter
429429
self.mnttab_cache_enable=mnttab_cache

0 commit comments

Comments
 (0)