diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-12-08 16:31:25 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2005-12-08 16:31:25 +0100 |
commit | 09adf08684c62fff0f507304ed37680137de4637 (patch) | |
tree | c6c4fdd7f6e2680dc87747d53cdbeae60a2c7ff7 /storage_text.c | |
parent | 8efa2f49816aaac986137a5da1f6c35425282195 (diff) |
Couple of small bugfixes
Diffstat (limited to 'storage_text.c')
-rw-r--r-- | storage_text.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage_text.c b/storage_text.c index 49a44fbe..004e891c 100644 --- a/storage_text.c +++ b/storage_text.c @@ -276,7 +276,7 @@ static storage_status_t text_check_pass( const char *nick, const char *password fscanf( fp, "%32[^\n]s", s ); fclose( fp ); - /*FIXME Test if password is correct */ + /*FIXME: Check password */ return STORAGE_OK; } |