1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-07 09:49:30 +03:00

Removed annoying unecessary debug message.

(This used to be commit b1a893b741)
This commit is contained in:
Tim Potter
2000-09-28 00:07:19 +00:00
parent efe9922b43
commit 1ef79dbcab

View File

@ -250,7 +250,6 @@ char *sid_to_string(fstring sidstr_out, DOM_SID *sid)
fstrcat(sidstr_out, subauth);
}
DEBUG(7,("sid_to_string returning %s\n", sidstr_out));
return sidstr_out;
}