projects
/
pgbouncer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d0a5c1
)
fix comments
author
Marko Kreen
<markokr@gmail.com>
Thu, 16 Aug 2007 07:57:00 +0000
(07:57 +0000)
committer
Marko Kreen
<markokr@gmail.com>
Thu, 16 Aug 2007 07:57:00 +0000
(07:57 +0000)
src/proto.c
patch
|
blob
|
blame
|
history
diff --git
a/src/proto.c
b/src/proto.c
index 2ec210ac05ccc515e79ca926a152adc07fde26f4..b7c7a61df12dc62f05dc78de34bc8516f396387f 100644
(file)
--- a/
src/proto.c
+++ b/
src/proto.c
@@
-76,11
+76,11
@@
bool get_header(MBuf *data, PktHdr *pkt)
if (len < got || len >= 0x80000000)
return false;
- /*
report
pkt info */
+ /*
store
pkt info */
pkt->type = type;
pkt->len = len;
- /* fill
apkt with only data for this pk
t */
+ /* fill
pkt with only data for this packe
t */
if (len > mbuf_avail(data))
avail = mbuf_avail(data);
else