diff options
author | Rafal Szczesniak <mimir@samba.org> | 2005-06-14 22:08:29 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:18:12 -0500 |
commit | 21fd11ff71c3f3a3a673ea4db482ccef52634031 (patch) | |
tree | 59c1493efe1c0ea7b8b7d192155a7bcc0155d8ab | |
parent | 5f7f9eb11b0615204fb386c5744e9c505c0bc139 (diff) | |
download | samba-21fd11ff71c3f3a3a673ea4db482ccef52634031.tar.gz samba-21fd11ff71c3f3a3a673ea4db482ccef52634031.tar.bz2 samba-21fd11ff71c3f3a3a673ea4db482ccef52634031.zip |
r7588: Fix lacking space in the comment.
rafal
(This used to be commit cd89cf991923ee1184af41be4d48b372ca963062)
-rw-r--r-- | source4/libnet/userinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libnet/userinfo.c b/source4/libnet/userinfo.c index cb28f9a115..b7e739df3d 100644 --- a/source4/libnet/userinfo.c +++ b/source4/libnet/userinfo.c @@ -103,7 +103,7 @@ static NTSTATUS userinfo_getuser(struct composite_context *c, /** - * Stage3: Close policy handle associated with opened user. + * Stage 3: Close policy handle associated with opened user. */ static NTSTATUS userinfo_closeuser(struct composite_context *c, struct userinfo_state *s) |