Skip to content

Instantly share code, notes, and snippets.

@bmizerany
Created May 3, 2011 01:23
Show Gist options
  • Save bmizerany/952669 to your computer and use it in GitHub Desktop.
Save bmizerany/952669 to your computer and use it in GitHub Desktop.
diff --git i/src/pkg/server/msg.proto w/src/pkg/server/msg.proto
index cd21130..d85f3a6 100644
--- i/src/pkg/server/msg.proto
+++ w/src/pkg/server/msg.proto
@@ -14,6 +14,7 @@ message Request {
WALK = 9;
GETDIR = 14;
STAT = 16;
+ AUTH = 99;
}
optional Verb verb = 2;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment