shithub: 9pro

Download patch

ref: a9458abd4c7cbe07421245271b22887657ae345c
parent: e583ac2cd4327ae30c066d72474de3e14d40a139
author: Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
date: Wed May 20 10:08:38 EDT 2020

9gc: ping/pong walk: use zero elements path

--- a/9gc.c
+++ b/9gc.c
@@ -366,7 +366,7 @@
 			}
 		}
 	} else {
-		const char *path[] = {".", NULL};
+		const char *path[] = {NULL};
 		c9walk(ctx, &tag, Rootfid, Rootfid, path);
 	}