We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e8d650 + 96a8ed2 commit ed7db99Copy full SHA for ed7db99
1 file changed
nxc/protocols/nfs.py
@@ -203,7 +203,7 @@ def export_info(self, export_nodes):
203
for node in export_nodes:
204
205
# Collect the names of the groups associated with this export node
206
- group_names = self.group_names(node.ex_groups)
+ group_names = self.group_names(node.ex_groups) or ["Everyone"]
207
networks.append(group_names)
208
209
# If there are more export nodes, process them recursively. More than one share.
0 commit comments