X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fuser_ops.c;h=5cdd4977a6881c1692755ccfc3bfe23845c17034;hb=844a5697761ec38f9f11728946b870bcf841a0e2;hp=0a61cb0e28a01dc6c6b7788e7be1eab8b5f40332;hpb=d1edb424b7f46e5db4f127a12a19c0dc3f864c65;p=citadel.git diff --git a/citadel/user_ops.c b/citadel/user_ops.c index 0a61cb0e2..5cdd4977a 100644 --- a/citadel/user_ops.c +++ b/citadel/user_ops.c @@ -461,8 +461,10 @@ void rebuild_usersbynumber(void) { * getuserbyuid() - get user by system uid (for PAM mode authentication) * returns 0 if user was found * - * WARNING: don't use this function unless you absolutely have to. It does - * a sequential search and therefore is computationally expensive. + * WARNING: don't use this function unless you absolutely have to. It does + * a sequential search and therefore is computationally expensive. + * + * FIXME: build an index, dummy. */ int getuserbyuid(struct ctdluser *usbuf, uid_t number) {