summaryrefslogtreecommitdiff
path: root/libtac/lib/header.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtac/lib/header.c')
-rw-r--r--libtac/lib/header.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtac/lib/header.c b/libtac/lib/header.c
index bb24918..1ae5c17 100644
--- a/libtac/lib/header.c
+++ b/libtac/lib/header.c
@@ -76,5 +76,5 @@ HDR *_tac_req_header(u_char type, int cont_session) {
session_id = magic();
th->session_id = htonl(session_id);
- return(th);
+ return th;
}