1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

function comments wrong

This commit is contained in:
Luke Leighton 0001-01-01 00:00:00 +00:00
parent 80d6a3bb0c
commit da11063cbd

View File

@ -449,7 +449,7 @@ void make_sam_entry1(SAM_ENTRY1 *sam, uint32 user_idx,
{
if (sam == NULL) return;
DEBUG(5,("make_sam_entry2: %d\n", __LINE__));
DEBUG(5,("make_sam_entry1: %d\n", __LINE__));
sam->user_idx = user_idx;
sam->rid_user = rid_user;
@ -468,7 +468,7 @@ void sam_io_sam_entry1(char *desc, SAM_ENTRY1 *sam, prs_struct *ps, int depth)
{
if (sam == NULL) return;
prs_debug(ps, depth, desc, "sam_io_sam_entry2");
prs_debug(ps, depth, desc, "sam_io_sam_entry1");
depth++;
prs_align(ps);