Correct comment-syntax!
authorMike Taylor <mike@indexdata.com>
Thu, 20 Dec 2007 13:52:06 +0000 (13:52 +0000)
committerMike Taylor <mike@indexdata.com>
Thu, 20 Dec 2007 13:52:06 +0000 (13:52 +0000)
SimpleServer.xs

index 3493be0..5a3156f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: SimpleServer.xs,v 1.80 2007-12-10 09:37:00 mike Exp $ 
+ * $Id: SimpleServer.xs,v 1.81 2007-12-20 13:52:06 mike Exp $ 
  * ----------------------------------------------------------------------
  * 
  * Copyright (c) 2000-2004, Index Data.
@@ -1482,7 +1482,7 @@ bend_initresult *bend_init(bend_initrequest *q)
 
                href = newHV(); 
 
-       ### These should be given initial values from the client
+       /* ### These should be given initial values from the client */
        hv_store(href, "IMP_ID", 6, newSVpv("", 0), 0);
        hv_store(href, "IMP_NAME", 8, newSVpv("", 0), 0);
        hv_store(href, "IMP_VER", 7, newSVpv("", 0), 0);