View | Details | Raw Unified | Return to bug 47583 | Differences between
and this patch

Collapse All | Expand All

(-)a/management/univention-management-console-module-diagnostic/umc/python/diagnostic/plugins/42_samba_tool_sysvolcheck.py (-1 / +1 lines)
 Lines 88-94   def run(_umc_instance, rerun=False, fix_log=''): Link Here 
88
			output_list = output.splitlines()
88
			output_list = output.splitlines()
89
			for x in output_list:
89
			for x in output_list:
90
				if x.find("NT_STATUS_OBJECT_NAME_NOT_FOUND") == -1:
90
				if x.find("NT_STATUS_OBJECT_NAME_NOT_FOUND") == -1:
91
					error_descriptions.append("")
91
					error_descriptions.append(x)
92
		else:
92
		else:
93
			error_descriptions.append(output)
93
			error_descriptions.append(output)
94
		if not rerun:
94
		if not rerun:

Return to bug 47583