projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73740a3
)
Fix missing limitmap warning PAZ-859
author
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 1 Mar 2013 10:35:03 +0000
(11:35 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 1 Mar 2013 10:35:03 +0000
(11:35 +0100)
src/client.c
patch
|
blob
|
history
diff --git
a/src/client.c
b/src/client.c
index
5f2df7b
..
d349103
100644
(file)
--- a/
src/client.c
+++ b/
src/client.c
@@
-1317,8
+1317,8
@@
static int apply_limit(struct session_database *sdb,
sdb->database->id, cvalue);
ret = -1; /* bad limitmap */
}
- break;
}
+ break;
}
}
if (!s)