summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2008-10-04 01:20:42 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2008-10-04 01:20:42 +0200
commit9d85350679d9bc2ba7025187e36425bb02e7b3a1 (patch)
tree5956ab69fac99f9c32c1c938da821de153010737
parentdb82a5db49a17e26f87a2779b62707983abd44f3 (diff)
downloadeurephia-9d85350679d9bc2ba7025187e36425bb02e7b3a1.tar.gz
eurephia-9d85350679d9bc2ba7025187e36425bb02e7b3a1.tar.xz
eurephia-9d85350679d9bc2ba7025187e36425bb02e7b3a1.zip
BUGFIX: Fixed typo which came after commit e66dc10a1fee86d0c09651a09f8e5e926b22e88b
-rw-r--r--eurephiadb_session.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eurephiadb_session.c b/eurephiadb_session.c
index 927f3ff..2a1fe4e 100644
--- a/eurephiadb_session.c
+++ b/eurephiadb_session.c
@@ -111,7 +111,7 @@ int get_randstring(eurephiaCTX *ctx, char *rndstr, int len) {
do {
if( !rand_init ) {
if( !RAND_load_file("/dev/urandom", 64) ) {
- eurehpia_log(ctx, LOG_FATAL, 0, "Could not load random data from /dev/urandom");
+ eurephia_log(ctx, LOG_FATAL, 0, "Could not load random data from /dev/urandom");
return 0;
}
rand_init = 1;