projects
/
simpleserver-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:
9370316
)
For now, we reject sortAttribute with errcode 207.
author
Anders S. Mortensen
<sondberg@indexdata.dk>
Fri, 21 Apr 2006 07:30:15 +0000
(07:30 +0000)
committer
Anders S. Mortensen
<sondberg@indexdata.dk>
Fri, 21 Apr 2006 07:30:15 +0000
(07:30 +0000)
SimpleServer.xs
patch
|
blob
|
history
diff --git
a/SimpleServer.xs
b/SimpleServer.xs
index
7b6b477
..
a09403f
100644
(file)
--- a/
SimpleServer.xs
+++ b/
SimpleServer.xs
@@
-1,5
+1,5
@@
/*
- * $Id: SimpleServer.xs,v 1.42 2006-04-19 13:17:52 sondberg Exp $
+ * $Id: SimpleServer.xs,v 1.43 2006-04-21 07:30:15 sondberg Exp $
* ----------------------------------------------------------------------
*
* Copyright (c) 2000-2004, Index Data.
@@
-488,7
+488,8
@@
int simpleserver_SortKeySpecToHash (HV *sort_spec, Z_SortKeySpec *spec)
else if (key->which == Z_SortKey_sortAttributes)
{
Z_SortAttributes *attr = key->u.sortAttributes;
-
+
+ return 0;
}
else
{