Reverted my work on the 'originated locally' field. I found a much simpler way to...
[citadel.git] / citadel / internet_addressing.c
index 9f24a46ee390c4afa291baabb2858d9014378f03..11cefd808ee6ba52bdfd10a1a381d90326dc0ccf 100644 (file)
@@ -1418,7 +1418,8 @@ void directory_key(char *key, char *addr) {
 }
 
 
-/* Return nonzero if the supplied address is in one of "our" domains
+/*
+ * Return nonzero if the supplied address is in one of "our" domains
  */
 int IsDirectory(char *addr, int allow_masq_domains) {
        char domain[256];