svn rev #25343: trunk/src/lib/gssapi/generic/
ghudson@MIT.EDU
ghudson at MIT.EDU
Fri Oct 14 11:14:58 EDT 2011
http://src.mit.edu/fisheye/changelog/krb5/?cs=25343
Commit By: ghudson
Log Message:
Untabify a recent gssapi_alloc.h change.
Also mark the file as using the krb5 C style.
Changed Files:
U trunk/src/lib/gssapi/generic/gssapi_alloc.h
Modified: trunk/src/lib/gssapi/generic/gssapi_alloc.h
===================================================================
--- trunk/src/lib/gssapi/generic/gssapi_alloc.h 2011-10-14 15:07:01 UTC (rev 25342)
+++ trunk/src/lib/gssapi/generic/gssapi_alloc.h 2011-10-14 15:14:57 UTC (rev 25343)
@@ -1,3 +1,4 @@
+/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
/* To the extent possible under law, Painless Security, LLC has waived
* all copyright and related or neighboring rights to GSS-API Memory
* Management Header. This work is published from: United States.
@@ -60,7 +61,7 @@
char *copy = gssalloc_malloc(size);
if (copy) {
memcpy(copy, str, size);
- copy[size-1] = '\0';
+ copy[size-1] = '\0';
}
return copy;
}
More information about the cvs-krb5
mailing list