Fix auth name bug.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@523 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1996-05-12 18:36:52 +00:00
parent 6cedfd3086
commit f82b0c90ac

View File

@@ -1042,8 +1042,8 @@ printsub(int direction, unsigned char *pointer, int length)
sprintf(nfrontp, " NAME \"");
nfrontp += strlen(nfrontp);
while (i < length)
*nfrontp += pointer[i++];
*nfrontp += '"';
*nfrontp++ = pointer[i++];
*nfrontp++ = '"';
break;
default: