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

r25701: Clarify comment

This commit is contained in:
Andrew Bartlett 2007-10-19 05:39:08 +02:00 committed by Stefan Metzmacher
parent ad0b9792f2
commit cea496d216

View File

@ -238,7 +238,7 @@ static int partition_send_request(struct partition_context *ac, struct ldb_contr
}
}
/* Spray off search requests to all backends */
/* Spray off search requests the backend */
ret = ldb_next_request(backend, req);
if (ret != LDB_SUCCESS) {
return ret;