View | Details | Raw Unified | Return to bug 14581
Collapse All | Expand All

(-)submount-0.9.orig/submountd-0.9/net-submountd.c (+4 lines)
Lines 88-93 Link Here
88
	FILE *mntlist;
88
	FILE *mntlist;
89
	char line[4096], fs[16], top[16], mntpt[4096 + 1];
89
	char line[4096], fs[16], top[16], mntpt[4096 + 1];
90
90
91
	if (strcmp(fstype,"ntfs-3g") == 0) {
92
		fstype="fuseblk";
93
	}
94
91
	for (;;) {
95
	for (;;) {
92
		sleep(interval);
96
		sleep(interval);
93
		mntlist = fopen(MOUNT_LIST, "r");
97
		mntlist = fopen(MOUNT_LIST, "r");

Return to bug 14581