You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2016/07/11 19:23:51 UTC

incubator-trafodion git commit: This closes #572

Repository: incubator-trafodion
Updated Branches:
  refs/heads/master 2f9af4d66 -> 151212323


This closes #572


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/15121232
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/15121232
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/15121232

Branch: refs/heads/master
Commit: 151212323baafb94688f6af359eea584273a0201
Parents: 2f9af4d
Author: Dave Birdsall <db...@apache.org>
Authored: Mon Jul 11 19:23:19 2016 +0000
Committer: Dave Birdsall <db...@apache.org>
Committed: Mon Jul 11 19:23:19 2016 +0000

----------------------------------------------------------------------
 core/conn/odbc/src/odbc/nsksrvrcore/srvrothers.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/15121232/core/conn/odbc/src/odbc/nsksrvrcore/srvrothers.cpp
----------------------------------------------------------------------
diff --git a/core/conn/odbc/src/odbc/nsksrvrcore/srvrothers.cpp b/core/conn/odbc/src/odbc/nsksrvrcore/srvrothers.cpp
index 9f399b2..4382c24 100644
--- a/core/conn/odbc/src/odbc/nsksrvrcore/srvrothers.cpp
+++ b/core/conn/odbc/src/odbc/nsksrvrcore/srvrothers.cpp
@@ -36,7 +36,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-// Used to disable and enable dumps via setrlimit in a release env.
+//  Used to disable and enable dumps via setrlimit in a release env.
 #ifndef _DEBUG
 #include <sys/resource.h>
 #endif