added comment for my own memory purposes
authorGerald Carter <jerry@samba.org>
Thu, 17 Aug 2000 20:03:53 +0000 (20:03 +0000)
committerGerald Carter <jerry@samba.org>
Thu, 17 Aug 2000 20:03:53 +0000 (20:03 +0000)
jerry

source/rpc_parse/parse_misc.c

index cef2d3e3c2bceb5dc8753153aa0349c0956c0814..34788068c062b12f41e8f3f0ceb1ca94d8ede449 100644 (file)
@@ -910,6 +910,7 @@ void init_unistr2_from_unistr (UNISTR2 *to, UNISTR *from)
        while ((from->buffer)[i]!='\0')
                i++;
        i++;    /* one more to catch the terminating NULL */
+               /* is this necessary -- jerry?  I need to think */
 
        /* set up string lengths; uni_max_len is set to i+1
            because we need to account for the final NULL termination */